Merge pull request #6541 from sashabu/sashabu/init

C++: Add support for default member initializers.
This commit is contained in:
Alexandre Boulgakov
2021-08-26 13:29:56 +01:00
committed by GitHub

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