mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: Update with improved location information
EDG 6.0 gives better location in some circumstances changing the results of these tests for the better.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| test.cpp:9:12:9:35 | call to MyInt |
|
||||
| test.cpp:9:5:9:36 | call to MyInt |
|
||||
| test.cpp:26:18:26:23 | call to MyInt |
|
||||
| test.cpp:42:15:42:15 | call to operator+ |
|
||||
| test.cpp:43:5:43:5 | call to operator+= |
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
| class.cpp:91:27:91:29 | num | class.cpp:87:17:87:19 | num | V |
|
||||
| class.cpp:100:24:100:34 | type mention | class.cpp:94:18:94:28 | string_type | T |
|
||||
| class.cpp:105:1:105:15 | type mention | class.cpp:97:7:97:21 | StringContainer | T |
|
||||
| class.cpp:106:9:106:23 | type mention | class.cpp:100:2:100:16 | StringContainer | M |
|
||||
| class.cpp:106:9:106:23 | type mention | class.cpp:97:7:97:21 | StringContainer | T |
|
||||
| class.cpp:106:25:106:27 | STR(x) | class.cpp:95:1:95:18 | #define STR(x) L ## x | X |
|
||||
| class.cpp:117:2:117:29 | type mention | class.cpp:109:7:109:34 | myClassWithConstructorParams | T |
|
||||
| class.cpp:117:37:117:37 | a | class.cpp:115:27:115:27 | a | V |
|
||||
|
||||
Reference in New Issue
Block a user