[clang] [Clang][docs] Tweaks entries for recent DRs (PR #189187)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 28 12:21:52 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: A. Jiang (frederick-vs-ja)
<details>
<summary>Changes</summary>
1. According to WG21 N5031, P3868R1 is also a DR.
2. Consistently add one space between the link and `(`.
3. Show the "Yes" status in a green cell (`class="full"`).
---
Full diff: https://github.com/llvm/llvm-project/pull/189187.diff
1 Files Affected:
- (modified) clang/www/cxx_status.html (+8-8)
``````````diff
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 2c834b07f9a8f..c67b365230b3c 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -335,23 +335,23 @@ <h2 id="cxx26">C++2c implementation status</h2>
<!-- Kona, Fall 2025-->
<tr>
<td>Allow <tt>#line</tt> before module declarations</td>
- <td><a href="https://wg21.link/P3868R1">P3868R1</a></td>
+ <td><a href="https://wg21.link/P3868R1">P3868R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<!-- Croydon, Winter 2026-->
<tr>
<td><tt>#line</tt> is not in line with existing implementation</td>
- <td><a href="https://wg21.link/P4136R2">P4136R2</a>(<a href="#dr">DR</a>)</td>
- <td class="none" align="center">Yes</td>
+ <td><a href="https://wg21.link/P4136R2">P4136R2</a> (<a href="#dr">DR</a>)</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>Reconsider CWG 1395 "Partial ordering of variadic templates reconsidered"</td>
- <td><a href="https://wg21.link/P4004R1">P4004R1</a>(<a href="#dr">DR</a>)</td>
+ <td><a href="https://wg21.link/P4004R1">P4004R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>CTAD for type template template parameters</td>
- <td><a href="https://wg21.link/P3865">P3865R3</a>(<a href="#dr">DR</a>)</td>
+ <td><a href="https://wg21.link/P3865">P3865R3</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
@@ -361,17 +361,17 @@ <h2 id="cxx26">C++2c implementation status</h2>
</tr>
<tr>
<td>Constant evaluations fixes</td>
- <td><a href="https://wg21.link/P4143">P4143R0</a>(<a href="#dr">DR</a>)</td>
+ <td><a href="https://wg21.link/P4143">P4143R0</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Define "immediate context"</td>
- <td><a href="https://wg21.link/P4149">P4149R1</a>(<a href="#dr">DR</a>)</td>
+ <td><a href="https://wg21.link/P4149">P4149R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Clarification of placement new deallocation</td>
- <td><a href="https://wg21.link/P3769">P3769R1</a>(<a href="#dr">DR</a>)</td>
+ <td><a href="https://wg21.link/P3769">P3769R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
</table>
``````````
</details>
https://github.com/llvm/llvm-project/pull/189187
More information about the cfe-commits
mailing list