[clang] fix DR status in cxx_status.html
authorCorentin Jabot <corentinjabot@gmail.com>
Mon, 13 Feb 2023 17:24:20 +0000 (09:24 -0800)
committerCorentin Jabot <corentinjabot@gmail.com>
Mon, 13 Feb 2023 17:30:57 +0000 (09:30 -0800)
clang/www/cxx_status.html

index 729135d..f93a788 100755 (executable)
@@ -1203,12 +1203,11 @@ code. This issue is expected to be rectified soon.
         <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 @@ C++20, informally referred to as C++2b.</p>
       <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 @@ C++20, informally referred to as C++2b.</p>
     </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>