Skip to content

Commit 10bc256

Browse files
committed
C++: Add support for default member initializers.
1 parent 7b204ce commit 10bc256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/ql/test/library-tests/dataflow/fields/dataflow-consistency.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
uniqueEnclosingCallable
2+
| C.cpp:9:14:9:23 | 0 | Node should have one enclosing callable but has 0. |
3+
| C.cpp:9:14:9:23 | new | Node should have one enclosing callable but has 0. |
4+
| C.cpp:10:20:10:29 | 0 | Node should have one enclosing callable but has 0. |
5+
| C.cpp:10:20:10:29 | new | Node should have one enclosing callable but has 0. |
26
| C.cpp:37:24:37:33 | 0 | Node should have one enclosing callable but has 0. |
37
| C.cpp:37:24:37:33 | new | Node should have one enclosing callable but has 0. |
48
uniqueType

0 commit comments

Comments
 (0)