[clang] 43ec9e1 - [Clang] Mark that P2280R4 was approved as a dr in the status page
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 4 03:56:46 PST 2025
Author: cor3ntin
Date: 2025-03-04T12:56:42+01:00
New Revision: 43ec9e18938930546e63db41ecda26d3de30e4ea
URL: https://github.com/llvm/llvm-project/commit/43ec9e18938930546e63db41ecda26d3de30e4ea
DIFF: https://github.com/llvm/llvm-project/commit/43ec9e18938930546e63db41ecda26d3de30e4ea.diff
LOG: [Clang] Mark that P2280R4 was approved as a dr in the status page
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 2e2fecc418504..8570592101cc5 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -475,7 +475,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
</tr>
<tr>
<td>Using unknown pointers and references in constant expressions</td>
- <td><a href="https://wg21.link/P2280R4">P2280R4</a></td>
+ <td><a href="https://wg21.link/P2280R4">P2280R4</a> (<a href="#dr">DR</a>)</td>
<td class="unreleased" align="center">Clang 20</td>
</tr>
<tr>
More information about the cfe-commits
mailing list