mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
C++: accept new test results after changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| file://:0:0:0:0 | float_t[5] | file://:0:0:0:0 | float_t[5] | ArrayTypedefs.cpp:6:9:6:12 | definition of arr1 |
|
||||
| file://:0:0:0:0 | float_t[10] | file://:0:0:0:0 | float_t[10] | ArrayTypedefs.cpp:7:11:7:19 | definition of a_pointer |
|
||||
| file://:0:0:0:0 | int_t[2][4] | file://:0:0:0:0 | int_t[2][4] | ArrayTypedefs.cpp:3:7:3:8 | definition of g2 |
|
||||
| file://:0:0:0:0 | int_t[4] | file://:0:0:0:0 | int_t[4] | ArrayTypedefs.cpp:3:7:3:8 | definition of g2 |
|
||||
| file://:0:0:0:0 | int_t[10] | file://:0:0:0:0 | int_t[10] | ArrayTypedefs.cpp:2:7:2:8 | definition of g1 |
|
||||
| file://:0:0:0:0 | float_t[5] | file://:0:0:0:0 | float[5] | ArrayTypedefs.cpp:6:9:6:12 | definition of arr1 |
|
||||
| file://:0:0:0:0 | float_t[10] | file://:0:0:0:0 | float[10] | ArrayTypedefs.cpp:7:11:7:19 | definition of a_pointer |
|
||||
| file://:0:0:0:0 | int_t[2][4] | file://:0:0:0:0 | int[2][4] | ArrayTypedefs.cpp:3:7:3:8 | definition of g2 |
|
||||
| file://:0:0:0:0 | int_t[4] | file://:0:0:0:0 | int[4] | ArrayTypedefs.cpp:3:7:3:8 | definition of g2 |
|
||||
| file://:0:0:0:0 | int_t[10] | file://:0:0:0:0 | int[10] | ArrayTypedefs.cpp:2:7:2:8 | definition of g1 |
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:1:13:1:17 | int_t |
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:2:7:2:8 | g1 |
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:3:7:3:8 | g2 |
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:5:15:5:21 | float_t |
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:6:9:6:12 | arr1 |
|
||||
| file://:0:0:0:0 | (global namespace) | ArrayTypedefs.cpp:7:11:7:19 | a_pointer |
|
||||
| file://:0:0:0:0 | (global namespace) | ODASA-6095-A.hpp:2:8:2:17 | MyTemplate<X> |
|
||||
| file://:0:0:0:0 | (global namespace) | ODASA-6095-A.hpp:2:8:2:17 | MyTemplate<char> |
|
||||
| file://:0:0:0:0 | (global namespace) | ODASA-6095-B.hpp:4:8:4:18 | MyTemplate2<X> |
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
| ArrayTypedefs.cpp:1:13:1:17 | int_t | int_t | getBaseType() = int |
|
||||
| ArrayTypedefs.cpp:5:15:5:21 | float_t | float_t | getBaseType() = float |
|
||||
| ODASA-6095-A.hpp:5:25:5:30 | mytype | MyTemplate<X>::mytype | NestedTypedefType, getBaseType() = MyTemplate<X>, member of MyTemplate<X> |
|
||||
| ODASA-6095-B.hpp:6:43:6:49 | mytype2 | MyTemplate2<X>::mytype2 | NestedTypedefType, getBaseType() = decltype(...), member of MyTemplate2<X> |
|
||||
| file://:0:0:0:0 | mytype | MyTemplate<char>::mytype | NestedTypedefType, getBaseType() = MyTemplate<char>, member of MyTemplate<char> |
|
||||
|
||||
Reference in New Issue
Block a user