We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d60a82 commit 5dba343Copy full SHA for 5dba343
src/cdomains/apron/sharedFunctions.apron.ml
@@ -170,6 +170,7 @@ struct
170
| exception Invalid_argument _ -> raise (Unsupported_CilExp Exp_not_supported)
171
| true -> texpr1 e
172
| false -> (* Cast is not injective - we now try to establish suitable ranges manually *)
173
+ GobRef.wrap AnalysisState.executing_speculative_computations true @@ fun () ->
174
(* try to evaluate e by EvalInt Query *)
175
let res = try (query e @@ Cilfacade.get_ikind_exp e) with Invalid_argument _ -> raise (Unsupported_CilExp Exp_not_supported) in
176
(* convert response to a constant *)
0 commit comments