https://github.com/frederick-vs-ja updated 
https://github.com/llvm/llvm-project/pull/68846

>From 9ef23f11f52735976a05080227bb880af3b9cbb6 Mon Sep 17 00:00:00 2001
From: "A. Jiang" <d...@live.cn>
Date: Tue, 17 Oct 2023 10:41:18 +0800
Subject: [PATCH] [Docs][Clang] DR status in cxx_status.html

---
 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 621439d0bae9666..a1e9b51c25905b9 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -207,7 +207,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
     </tr>
     <tr>
       <td>Allow duplicate attributes</td>
-      <td><a href="https://wg21.link/P2156R1";>P2156R1</a></td>
+      <td><a href="https://wg21.link/P2156R1";>P2156R1</a> (<a 
href="#dr">DR</a>)</td>
       <td class="full" align="center">Clang 13</td>
     </tr>
     <tr>
@@ -227,7 +227,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
     </tr>
     <tr>
       <td>C++ identifier syntax using UAX 31</td>
-      <td><a href="https://wg21.link/P1949R7";>P1949R7</a></td>
+      <td><a href="https://wg21.link/P1949R7";>P1949R7</a> (<a 
href="#dr">DR</a>)</td>
       <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
@@ -247,11 +247,11 @@ <h2 id="cxx23">C++23 implementation status</h2>
     </tr>
     <tr>
       <td rowspan=2>Change scope of lambda trailing-return-type</td>
-      <td><a href="https://wg21.link/P2036R3";>P2036R3</a></td>
+      <td><a href="https://wg21.link/P2036R3";>P2036R3</a> (<a 
href="#dr">DR</a>)</td>
       <td rowspan=2 class="full" align="center">Clang 17</td>
     </tr>
     <tr>
-      <td><a href="https://wg21.link/P2579R0";>P2579R0</a></td>
+      <td><a href="https://wg21.link/P2579R0";>P2579R0</a> (<a 
href="#dr">DR</a>)</td>
     </tr>
     <tr>
       <td>Multidimensional subscript operator</td>
@@ -320,12 +320,12 @@ <h2 id="cxx23">C++23 implementation status</h2>
     <!-- July 2022 papers -->
     <tr>
       <td>The Equality Operator You Are Looking For</td>
-      <td><a href="https://wg21.link/P2468R2";>P2468R2</a></td>
+      <td><a href="https://wg21.link/P2468R2";>P2468R2</a> (<a 
href="#dr">DR</a>)</td>
       <td class="full" align="center">Clang 16</td>
     </tr>
     <tr>
       <td>De-deprecating volatile compound operations</td>
-      <td><a href="https://wg21.link/P2327R1";>P2327R1</a></td>
+      <td><a href="https://wg21.link/P2327R1";>P2327R1</a> (<a 
href="#dr">DR</a>)</td>
       <td class="full" align="center">Clang 15</td>
     </tr>
     <tr>
@@ -397,7 +397,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
     </tr>
     <tr>
       <td><code>char8_t</code> Compatibility and Portability Fix</td>
-      <td><a href="https://wg21.link/P2513R3";>P2513R3</a></td>
+      <td><a href="https://wg21.link/P2513R3";>P2513R3</a> (<a 
href="#dr">DR</a>)</td>
       <td class="full" align="center">Clang 16</td>
     </tr>
     <tr>
@@ -539,7 +539,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
         <td><a href="https://wg21.link/p2103r0";>P2103R0</a></td>
       </tr>
       <tr> <!-- from February 2022 -->
-        <td><a href="https://wg21.link/p2493r0";>P2493R0</a></td>
+        <td><a href="https://wg21.link/p2493r0";>P2493R0</a> (<a 
href="#dr">DR</a>)</td>
       </tr>
       <tr>
         <td><a href="https://wg21.link/p2092r0";>P2092R0</a></td>

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to