mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C++: Fix inconsistencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user