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 eea02e1 commit 263b208Copy full SHA for 263b208
cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
@@ -594,7 +594,7 @@ void test_indirect_flow_to_array() {
594
int* p = indirect_source();
595
int* xs[2];
596
xs[0] = p;
597
- sink(*xs[0]); // $ ir MISSING: ast
+ sink(*xs[0]); // $ ir MISSING: ast // the IR source is the indirection of `indirect_source()`.
598
}
599
600
void test_def_by_ref_followed_by_uncertain_write_array(int* p) { // $ ast-def=p ir-def=*p
0 commit comments