We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fda00 commit ca584eaCopy full SHA for ca584ea
src/analyses/base.ml
@@ -1546,6 +1546,7 @@ struct
1546
| _ -> Queries.Result.top q
1547
end
1548
| Q.MayPointTo e -> begin
1549
+ let@ () = GobRef.wrap AnalysisState.executing_speculative_computations true in (* TODO: speculate other queries too? *)
1550
match eval_rv_address ~man man.local e with
1551
| Address a -> a
1552
| Bot -> Queries.Result.bot q (* TODO: remove *)
0 commit comments