Author: A. Jiang
Date: 2026-08-25T17:01:42+08:00
New Revision: ee82d66261d27c7403f18d1eb0db3b2d0a93235b

URL: 
https://github.com/llvm/llvm-project/commit/ee82d66261d27c7403f18d1eb0db3b2d0a93235b
DIFF: 
https://github.com/llvm/llvm-project/commit/ee82d66261d27c7403f18d1eb0db3b2d0a93235b.diff

LOG: [Clang][docs] Tweaks entries for recent DRs (#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"`).

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 16ebeb1052b79..1c9d5db844b96 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -453,23 +453,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="full" align="center">Clang 21</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>
@@ -479,17 +479,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

Reply via email to