Merge pull request #18502 from jketema/consteval

C++: Support `if consteval` and `if ! consteval`
This commit is contained in:
Jeroen Ketema
2025-01-20 12:49:02 +01:00
committed by GitHub
25 changed files with 11932 additions and 1219 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* A new class `ConstevalIfStmt` was introduced, which represents the C++23 `if consteval` and `if ! consteval` statements.