mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Merge pull request #18502 from jketema/consteval
C++: Support `if consteval` and `if ! consteval`
This commit is contained in:
4
cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
Normal file
4
cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* A new class `ConstevalIfStmt` was introduced, which represents the C++23 `if consteval` and `if ! consteval` statements.
|
||||
Reference in New Issue
Block a user