File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cpp/ql/test/library-tests/dataflow/dataflow-tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ irFlow
313
313
| test.cpp:1021:18:1021:32 | *call to indirect_source | test.cpp:1027:19:1027:28 | *translated |
314
314
| test.cpp:1021:18:1021:32 | *call to indirect_source | test.cpp:1031:19:1031:28 | *translated |
315
315
| test.cpp:1045:14:1045:19 | call to source | test.cpp:1046:7:1046:10 | * ... |
316
+ | test.cpp:1081:27:1081:34 | call to source | test.cpp:1081:27:1081:34 | call to source |
316
317
| true_upon_entry.cpp:9:11:9:16 | call to source | true_upon_entry.cpp:13:8:13:8 | x |
317
318
| true_upon_entry.cpp:17:11:17:16 | call to source | true_upon_entry.cpp:21:8:21:8 | x |
318
319
| true_upon_entry.cpp:27:9:27:14 | call to source | true_upon_entry.cpp:29:8:29:8 | x |
Original file line number Diff line number Diff line change @@ -1078,5 +1078,5 @@ template<typename T>
1078
1078
void indirect_sink_const_ref (const T&);
1079
1079
1080
1080
void test_temp_with_conversion_from_materialization () {
1081
- indirect_sink_const_ref (source ()); // $ MISSING: ast,ir
1081
+ indirect_sink_const_ref (source ()); // $ ir MISSING: ast
1082
1082
}
You can’t perform that action at this time.
0 commit comments