We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f414b27 commit 5f9b96cCopy full SHA for 5f9b96c
1 file changed
cpp/ql/test/library-tests/dataflow/fields/complex.cpp
@@ -48,8 +48,8 @@ void bar(Outer &b)
48
// in _some_ access path somewhere in the search. That makes the library conclude
49
// that there could be flow to `b.inner.f.a_` even when the flow was actually to
50
// `b.inner.f.b_`.
51
- sink(b.inner.f.a()); // $ast=flow 61:19 $f+:ast=flow 62:19 $ast=flow 63:19 $f+:ast=flow 64:19 $f-:ir=flow
52
- sink(b.inner.f.b()); // $f+:ast=flow 61:19 $ast=flow 62:19 $f+:ast=flow 63:19 $ast=flow 64:19 $f-:ir=flow
+ sink(b.inner.f.a()); // $ast=flow 62:19 $f+:ast=flow 63:19 $ast=flow 64:19 $f+:ast=flow 65:19 $f-:ir=flow
+ sink(b.inner.f.b()); // $f+:ast=flow 62:19 $ast=flow 63:19 $f+:ast=flow 64:19 $ast=flow 65:19 $f-:ir=flow
53
}
54
55
void foo()
0 commit comments