We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1049ebe commit a6419dcCopy full SHA for a6419dc
cpp/ql/test/library-tests/dataflow/taint-tests/swap2.cpp
@@ -84,7 +84,7 @@ void test_copy_assignment_operator()
84
85
swap(z1, z2);
86
87
- sink(z2.data1); // $ ir MISSING: ast
+ sink(z2.data1); // $ ir ast
88
sink(z1.data1); // $ SPURIOUS: ir ast=81:27 ast=82:16
89
}
90
0 commit comments