[clang] [clang] Implement CWG2428 "Deprecating a concept" (PR #92295)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 10:49:56 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>
----------------
Endilll wrote:
This particular one is an unfortunate oversight from #87933, and will be fixed after #92113 is merged.
Other unrelated changes are by design since #90352, when we started to fetch CWG index from source that updates much more often that official publication.
https://github.com/llvm/llvm-project/pull/92295
More information about the cfe-commits
mailing list