[clang] [Clang] Implement P2809: Trivial infinite loops are not Undefined Behavior (PR #90066)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 06:18:13 PDT 2024
================
@@ -122,15 +122,15 @@ C++23 Feature Support
materialize temporary object which is a prvalue in discarded-value expression.
- Implemented `P1774R8: Portable assumptions <https://wg21.link/P1774R8>`_.
-- Implemented `P2448R2: Relaxing some constexpr restrictions <https://wg21.link/P2448R2>`_.
----------------
cor3ntin wrote:
Missed that, thanks
https://github.com/llvm/llvm-project/pull/90066
More information about the cfe-commits
mailing list