C++: Fix inconsistencies.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-28 10:40:18 +01:00
parent fd2f0257b6
commit c35cb70c9f
2 changed files with 2 additions and 9 deletions

View File

@@ -4,14 +4,6 @@ uniqueType
uniqueNodeLocation
missingLocation
uniqueNodeToString
| test.cpp:632:6:632:24 | Use of x indirection | Node should have one toString but has 2. |
| test.cpp:632:6:632:24 | Use of x#init indirection | Node should have one toString but has 2. |
| test.cpp:637:6:637:24 | Use of x indirection | Node should have one toString but has 2. |
| test.cpp:637:6:637:24 | Use of x#init indirection | Node should have one toString but has 2. |
| test.cpp:663:6:663:24 | Use of s indirection | Node should have one toString but has 2. |
| test.cpp:663:6:663:24 | Use of s#init indirection | Node should have one toString but has 2. |
| test.cpp:669:6:669:24 | Use of s indirection | Node should have one toString but has 2. |
| test.cpp:669:6:669:24 | Use of s#init indirection | Node should have one toString but has 2. |
missingToString
parameterCallable
localFlowIsLocal