mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: Accept test changes following new *constexpr specifiers
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
| file://:0:0:0:0 | const mystruct & |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declared_constexpr |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
@@ -86,6 +87,7 @@
|
||||
| file://:0:0:0:0 | implicit_int |
|
||||
| file://:0:0:0:0 | inline |
|
||||
| file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | long |
|
||||
| file://:0:0:0:0 | long double |
|
||||
| file://:0:0:0:0 | long long |
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
| file://:0:0:0:0 | const |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | declared_constexpr |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of <error> |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
@@ -63,6 +64,7 @@
|
||||
| file://:0:0:0:0 | initializer for <error> |
|
||||
| file://:0:0:0:0 | inline |
|
||||
| file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | long |
|
||||
| file://:0:0:0:0 | long double |
|
||||
| file://:0:0:0:0 | long long |
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | extern |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | inline |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | inline |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | is_constexpr |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | is_constexpr |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | public |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | MyClass | MyClass | public |
|
||||
| Function | specifiers2pp.cpp:8:7:8:7 | operator= | operator= | extern |
|
||||
@@ -41,6 +43,8 @@
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | inline |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | inline |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | inline |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | is_constexpr |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | is_constexpr |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | public |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | public |
|
||||
| Function | specifiers2pp.cpp:24:7:24:7 | MyClass2 | MyClass2 | public |
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declared_constexpr |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
@@ -111,6 +112,7 @@
|
||||
| file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | int & |
|
||||
| file://:0:0:0:0 | int * |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | long |
|
||||
| file://:0:0:0:0 | long double |
|
||||
| file://:0:0:0:0 | long long |
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
| file://:0:0:0:0 | char16_t | Other |
|
||||
| file://:0:0:0:0 | char32_t | Other |
|
||||
| file://:0:0:0:0 | const | Other |
|
||||
| file://:0:0:0:0 | declared_constexpr | Other |
|
||||
| file://:0:0:0:0 | decltype(nullptr) | Other |
|
||||
| file://:0:0:0:0 | definition of fp_offset | Other |
|
||||
| file://:0:0:0:0 | definition of gp_offset | Other |
|
||||
@@ -56,6 +57,7 @@
|
||||
| file://:0:0:0:0 | int | Other |
|
||||
| file://:0:0:0:0 | int * | Other |
|
||||
| file://:0:0:0:0 | int[0] | Other |
|
||||
| file://:0:0:0:0 | is_constexpr | Other |
|
||||
| file://:0:0:0:0 | long | Other |
|
||||
| file://:0:0:0:0 | long double | Other |
|
||||
| file://:0:0:0:0 | long long | Other |
|
||||
|
||||
Reference in New Issue
Block a user