You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/util/defaults.ml
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ type category = Std (** Parsing input, includes, standard stuff, etc
12
12
| Incremental(** Incremental features *)
13
13
| Semantics(** Semantics *)
14
14
| Transformations(** Transformations *)
15
-
| Annotation(** Features for annotations *)
15
+
| Annotation(** Features for annotations *)
16
16
| Experimental(** Experimental features of analyses *)
17
17
| Debugging(** Debugging, tracing, etc. *)
18
18
| Warnings(** Filtering warnings *)
@@ -181,6 +181,24 @@ let _ = ()
181
181
let _ =()
182
182
; reg Annotation"annotation.int.enabled""false""Enable manual annotation of functions with desired precision, i.e. the activated IntDomains."
183
183
; reg Annotation"annotation.int.privglobs""true""Enables handling of privatized globals, by setting the precision to the heighest value, when annotation.int.enabled is true."
0 commit comments