[clang] 756395f - [clang] fix DR status in cxx_status.html

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 09:31:20 PST 2023


Author: Corentin Jabot
Date: 2023-02-13T09:30:57-08:00
New Revision: 756395f61b90e30c9087b5efa8b4809ab03aff6e

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

LOG: [clang] fix DR status in cxx_status.html

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 729135deced82..f93a788aa0d7a 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1203,12 +1203,11 @@ <h2 id="cxx20">C++20 implementation status</h2>
         <td class="partial" align="center">Partial</td>
       </tr>
       <tr> <!-- from Kona 2022 -->
-        <td><a href="https://wg21.link/P2615R1">P2615R1</a></td>
+        <td><a href="https://wg21.link/P2615R1">P2615R1</a> (<a href="#dr">DR</a>)</td>
         <td class="none" align="center">No</td>
       </tr>
       <tr> <!-- from Issaquah 2023 -->
-        <td><a href="https://wg21.link/P2788R0">P2788R0
-        </a></td>
+        <td><a href="https://wg21.link/P2788R0">P2788R0</a> (<a href="#dr">DR</a>)</td>
         <td class="none" align="center">No</td>
       </tr>
     <tr>
@@ -1530,13 +1529,13 @@ <h2 id="cxx23">C++2b implementation status</h2>
       <td class="unreleased" align="center">Clang 16</td>
     </tr>
     <tr>
-      <td>Permitting static constexpr variables in constexpr functions (DR)</td>
+      <td>Permitting static constexpr variables in constexpr functions</td>
       <td><a href="https://wg21.link/P2647R1">P2647R1</a></td>
       <td class="unreleased" align="center">Clang 16</td>
     </tr>
     <tr>
-      <td>consteval needs to propagate up (DR)</td>
-      <td><a href="https://wg21.link/P2564R3">P2564R3</a></td>
+      <td>consteval needs to propagate up</td>
+      <td><a href="https://wg21.link/P2564R3">P2564R3</a> (<a href="#dr">DR</a>)</td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
@@ -1546,9 +1545,9 @@ <h2 id="cxx23">C++2b implementation status</h2>
     </tr>
     <!--Issaquah 2023 papers-->
     <tr>
-      <td>Static and explicit object member functions with the same parameter-type-lists</td>
-      <td><a href="https://wg21.link/P2797R0">P2797R0</a></td>
-      <td class="none" align="center">No</td>
+      <td>Referencing The Unicode Standard</td>
+      <td><a href="https://wg21.link/P2736R2">P2736R2</a></td>
+      <td class="full" align="center">Yes</td>
     </tr>
 </table>
 </details>


        


More information about the cfe-commits mailing list