File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/test/library-tests/dataflow/fields Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ void bar(Outer &b)
4848 // in _some_ access path somewhere in the search. That makes the library conclude
4949 // that there could be flow to `b.inner.f.a_` even when the flow was actually to
5050 // `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
51+ 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
52+ 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
5353}
5454
5555void foo ()
You can’t perform that action at this time.
0 commit comments