mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Merge pull request #3378 from matt-gretton-dann/codeql-c-extractor/49-consteval
Add support for C++20's consteval specifier
This commit is contained in:
@@ -91,6 +91,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_consteval |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | is_thread_local |
|
||||
| file://:0:0:0:0 | long |
|
||||
|
||||
@@ -66,6 +66,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_consteval |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | is_thread_local |
|
||||
| file://:0:0:0:0 | long |
|
||||
|
||||
@@ -110,6 +110,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_consteval |
|
||||
| file://:0:0:0:0 | is_constexpr |
|
||||
| file://:0:0:0:0 | is_thread_local |
|
||||
| file://:0:0:0:0 | long |
|
||||
|
||||
@@ -59,6 +59,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_consteval | Other |
|
||||
| file://:0:0:0:0 | is_constexpr | Other |
|
||||
| file://:0:0:0:0 | is_thread_local | Other |
|
||||
| file://:0:0:0:0 | long | Other |
|
||||
|
||||
Reference in New Issue
Block a user