File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
cpp/ql/test/library-tests Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ localCallNodes
14
14
postIsNotPre
15
15
postHasUniquePre
16
16
uniquePostUpdate
17
+ | example.c:24:2:24:7 | coords indirection | Node has multiple PostUpdateNodes. |
18
+ | example.c:24:13:24:18 | coords indirection | Node has multiple PostUpdateNodes. |
19
+ | example.c:26:2:26:7 | coords indirection | Node has multiple PostUpdateNodes. |
17
20
postIsInSameCallable
18
21
reverseRead
19
22
argHasPostUpdate
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ localCallNodes
15
15
postIsNotPre
16
16
postHasUniquePre
17
17
uniquePostUpdate
18
+ | allocators.cpp:4:24:4:26 | this indirection | Node has multiple PostUpdateNodes. |
18
19
| cpp11.cpp:82:17:82:17 | this indirection | Node has multiple PostUpdateNodes. |
19
20
| cpp11.cpp:82:17:82:55 | [...](...){...} indirection | Node has multiple PostUpdateNodes. |
20
21
| ir.cpp:514:10:514:11 | definition of r2 indirection | Node has multiple PostUpdateNodes. |
@@ -31,6 +32,8 @@ uniquePostUpdate
31
32
| ir.cpp:777:3:777:11 | this indirection | Node has multiple PostUpdateNodes. |
32
33
| ir.cpp:786:3:786:11 | this indirection | Node has multiple PostUpdateNodes. |
33
34
| ir.cpp:795:3:795:11 | this indirection | Node has multiple PostUpdateNodes. |
35
+ | misc.c:130:5:130:5 | s indirection | Node has multiple PostUpdateNodes. |
36
+ | misc.c:131:5:131:6 | sp indirection | Node has multiple PostUpdateNodes. |
34
37
| static_init_templates.cpp:240:7:240:7 | this indirection | Node has multiple PostUpdateNodes. |
35
38
postIsInSameCallable
36
39
reverseRead
You can’t perform that action at this time.
0 commit comments