[clang] [C23] Implement N3018: The constexpr specifier for object definitions (PR #73099)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 09:00:01 PST 2023
================
@@ -208,6 +208,7 @@ C23 Feature Support
- Clang now supports ``<stdckdint.h>`` which defines several macros for performing
checked integer arithmetic. It is also exposed in pre-C23 modes.
+- Clang now supports ``N3018 The constexpr specifier for object definitions``.
----------------
AaronBallman wrote:
```suggestion
- Clang now supports `N3018 The constexpr specifier for object definitions <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3018.htm>`_.
```
https://github.com/llvm/llvm-project/pull/73099
More information about the cfe-commits
mailing list