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 1771d77 commit fb6329fCopy full SHA for fb6329f
cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp
@@ -28,7 +28,7 @@ void modify(int* ptr) { // $ ast-def=ptr
28
void test_output() {
29
int x = 0;
30
modify(&x);
31
- sink(x); // $ SPURIOUS: ir MISSING: ast
+ sink(x); // $ ir MISSING: ast
32
}
33
34
void modify_copy_of_pointer(int* p, unsigned len) { // $ ast-def=p
@@ -71,4 +71,4 @@ void modify_copy_via_strdup(char* p) { // $ ast-def=p
71
void test_modify_copy_via_strdup(char* p) { // $ ast-def=p
72
modify_copy_via_strdup(p);
73
sink(*p); // $ SPURIOUS: ir
74
-}
+}
0 commit comments