[clang] [clang] Implement CWG2428 "Deprecating a concept" (PR #92295)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 10:42:23 PDT 2024
================
@@ -10698,7 +10698,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td>
<td>CD4</td>
<td>Lifetime extension in aggregate initialization</td>
- <td class="unreleased" align="center">Clang 19</td>
+ <td class="full" align="center">Yes</td>
----------------
AaronBallman wrote:
Unrelated changes snuck in.
https://github.com/llvm/llvm-project/pull/92295
More information about the cfe-commits
mailing list