https://github.com/frederick-vs-ja created https://github.com/llvm/llvm-project/pull/189187
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"`). >From f26d3bc3d6752cb0c77ed36e5ca3483e8314b033 Mon Sep 17 00:00:00 2001 From: "A. Jiang" <[email protected]> Date: Sun, 29 Mar 2026 03:18:45 +0800 Subject: [PATCH] [Clang][docs] Tweaks entries for recent DRs 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"`). --- clang/www/cxx_status.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
