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)
48
48
// in _some_ access path somewhere in the search. That makes the library conclude
49
49
// that there could be flow to `b.inner.f.a_` even when the flow was actually to
50
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
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
53
53
}
54
54
55
55
void foo ()
You can’t perform that action at this time.
0 commit comments