We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829d32b commit 254a21fCopy full SHA for 254a21f
src/common/framework/analysisState.ml
@@ -41,5 +41,6 @@ let unsound_both_branches_dead: bool option ref = ref None
41
(** [Some true] if unsound both branches dead occurs in analysis results.
42
[Some false] if it doesn't occur.
43
[None] if [ana.dead-code.branches] option is disabled and this isn't checked. *)
44
+
45
(* Comparison mode where blobs with bot content that are not zero-initalized are considered equivalent to top-level bot *)
46
let bot_in_blob_leq_bot = ref false
0 commit comments