[clang] [Clang] Implement P2809: Trivial infinite loops are not Undefined Behavior (PR #90066)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 08:25:31 PDT 2024
================
@@ -131,6 +131,8 @@ C++2c Feature Support
- Implemented `P2573R2: = delete("should have a reason"); <https://wg21.link/P2573R2>`_
+- Implemented `P2573R2: = delete("should have a reason"); <https://wg21.link/P2573R2>`_
----------------
cor3ntin wrote:
Good question!
https://github.com/llvm/llvm-project/pull/90066
More information about the cfe-commits
mailing list