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 a12ffb9 commit 617dd98Copy full SHA for 617dd98
src/goto-instrument/wmm/goto2graph.cpp
@@ -535,6 +535,9 @@ void inline instrumentert::cfg_visitort::visit_cfg_duplicate(
535
}
536
537
538
+ // The code below uses heuristics to limit false positives: no cycles across
539
+ // inlined functions, which we would detect when file names or
540
+ // (user-provided) function names change _within a single goto_program_.
541
if(!found_pos
542
|| new_targ->source_location.get_function()
543
!=targ->source_location.get_function()
0 commit comments