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 8b47b83 commit d28c39cCopy full SHA for d28c39c
cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp
@@ -47,9 +47,9 @@ void do_source()
47
void do_sink()
48
{
49
sink(global1);
50
- sink(global2); // $ MISSING: ast,ir
51
- sink(global3); // $ MISSING: ast,ir
52
- sink(global4); // $ MISSING: ast,ir
+ sink(global2); // $ ir MISSING: ast
+ sink(global3); // $ ir MISSING: ast
+ sink(global4); // $ ir MISSING: ast
53
sink(global5);
54
sink(global6);
55
sink(global7); // $ ir MISSING: ast
0 commit comments