C++: Add support for default member initializers.

This commit is contained in:
Alexandre Boulgakov
2021-08-24 17:05:33 +01:00
parent 7b204cebbe
commit 10bc2568b7

View File

@@ -1,4 +1,8 @@
uniqueEnclosingCallable
| C.cpp:9:14:9:23 | 0 | Node should have one enclosing callable but has 0. |
| C.cpp:9:14:9:23 | new | Node should have one enclosing callable but has 0. |
| C.cpp:10:20:10:29 | 0 | Node should have one enclosing callable but has 0. |
| C.cpp:10:20:10:29 | new | Node should have one enclosing callable but has 0. |
| C.cpp:37:24:37:33 | 0 | Node should have one enclosing callable but has 0. |
| C.cpp:37:24:37:33 | new | Node should have one enclosing callable but has 0. |
uniqueType