[clang] [Clang][C++23] Implement P2448R2: Relaxing some constexpr restrictions (PR #77753)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 17 04:23:41 PST 2024
================
@@ -165,6 +165,8 @@ C++23 Feature Support
- Added a separate warning to warn the use of attributes on lambdas as a C++23 extension
in previous language versions: ``-Wc++23-lambda-attributes``.
+- Implemented `P2448R2: Relaxing some constexpr restrictions <https://wg21.link/P2448R2>`_.
+
----------------
Fznamznon wrote:
Okay, done. I'm not sure I updated `LanguageExtensions.rst`, please take a look.
I also added some testing for enabling extension in earlier language modes.
https://github.com/llvm/llvm-project/pull/77753
More information about the cfe-commits
mailing list