File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
cpp/ql/test/library-tests/dataflow/dataflow-tests Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ uniqueType
4
4
uniqueNodeLocation
5
5
missingLocation
6
6
uniqueNodeToString
7
- | test.cpp:930:8:930:10 | Use of **global_pointer | Node should have one toString but has 2. |
8
- | test.cpp:930:8:930:10 | Use of *global_pointer | Node should have one toString but has 2. |
9
7
parameterCallable
10
8
localFlowIsLocal
11
9
readStepIsLocal
Original file line number Diff line number Diff line change @@ -300,7 +300,6 @@ irFlow
300
300
| test.cpp:902:56:902:75 | *indirect_source(2) | test.cpp:911:19:911:48 | *global_array_static_indirect_2 |
301
301
| test.cpp:914:46:914:53 | source | test.cpp:919:10:919:30 | global_pointer_static |
302
302
| test.cpp:915:57:915:76 | *indirect_source(1) | test.cpp:921:19:921:50 | *global_pointer_static_indirect_1 |
303
- | test.cpp:932:23:932:28 | call to source | test.cpp:936:10:936:23 | global_pointer |
304
303
| test.cpp:932:23:932:28 | call to source | test.cpp:937:10:937:24 | * ... |
305
304
| true_upon_entry.cpp:9:11:9:16 | call to source | true_upon_entry.cpp:13:8:13:8 | x |
306
305
| true_upon_entry.cpp:17:11:17:16 | call to source | true_upon_entry.cpp:21:8:21:8 | x |
Original file line number Diff line number Diff line change @@ -933,7 +933,7 @@ namespace global_variable_conflation_test {
933
933
}
934
934
935
935
void use () {
936
- sink (global_pointer); // $ SPURIOUS: ir
936
+ sink (global_pointer); // clean
937
937
sink (*global_pointer); // $ ir MISSING: ast
938
938
}
939
939
}
You can’t perform that action at this time.
0 commit comments