mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Merge pull request #15599 from aschackmull/dataflow/fieldflowbranchlimit-v2
Dataflow: update fieldFlowBranchLimit semantics
This commit is contained in:
@@ -84,7 +84,7 @@ void test_copy_assignment_operator()
|
||||
|
||||
swap(z1, z2);
|
||||
|
||||
sink(z2.data1); // $ ir MISSING: ast
|
||||
sink(z2.data1); // $ ir ast
|
||||
sink(z1.data1); // $ SPURIOUS: ir ast=81:27 ast=82:16
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user