-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
c++20clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"constevalC++20 constevalC++20 consteval
Description
Commit 3d2629d marked consteval support as completed for the Clang 15 release in the docs. However, the __cpp_consteval feature test macro is still not defined. If the feature is indeed production-ready, it would be nice to define this macro, both on main and the release branch.
| //Builder.defineMacro("__cpp_consteval", "201811L"); |
cc @cor3ntin, @ChuanqiXu9
See also #53906
Metadata
Metadata
Assignees
Labels
c++20clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"constevalC++20 constevalC++20 consteval
Type
Projects
Status
Done