[clang] [clang] Update C++ DR status page (PR #131812)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 18 23:47:28 PDT 2025
================
@@ -3599,7 +3599,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/591.html">591</a></td>
<td>CD4</td>
<td>When a dependent base class is the current instantiation</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
----------------
h-vetinari wrote:
Issues that are resolved in Clang 20 should be marked as `"full"`, not `"unreleased"`. Other such cases below as well.
https://github.com/llvm/llvm-project/pull/131812
More information about the cfe-commits
mailing list