[clang] 8bb98b5 - [Clang] Add the list of approved (Issaquah) C++ papers to the status page

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 12 07:05:42 PST 2023


Author: Corentin Jabot
Date: 2023-02-12T07:04:31-08:00
New Revision: 8bb98b5715479210d2eec4d72344c21cb82bf78a

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

LOG: [Clang] Add the list of approved (Issaquah) C++ papers to the status page

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index c9df1ed37350b..729135deced82 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1162,7 +1162,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
         <td><a href="https://wg21.link/p1975r0">P1975R0</a></td>
       </tr>
     <tr>
-      <td rowspan="11">Modules</td>
+      <td rowspan="12">Modules</td>
       <td><a href="https://wg21.link/p1103r3">P1103R3</a></td>
       <td class="full" align="center">Clang 15</td>
     </tr>
@@ -1206,6 +1206,11 @@ <h2 id="cxx20">C++20 implementation status</h2>
         <td><a href="https://wg21.link/P2615R1">P2615R1</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 class="none" align="center">No</td>
+      </tr>
     <tr>
       <td>Coroutines</td>
       <td><a href="https://wg21.link/p0912r5">P0912R5</a></td>
@@ -1351,10 +1356,14 @@ <h2 id="cxx23">C++2b implementation status</h2>
     </tr>
     <!-- October 2021 papers -->
     <tr>
-      <td>Deducing this</td>
+      <td rowspan=2>Deducing this</td>
       <td><a href="https://wg21.link/P0847R7">P0847R7</a></td>
       <td class="none" align="center">No</td>
     </tr>
+    <tr>
+      <td><a href="https://wg21.link/P2797R0">P2797R0</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
     <tr>
       <td rowspan=2>Change scope of lambda trailing-return-type</td>
       <td><a href="https://wg21.link/P2036R3">P2036R3</a></td>
@@ -1535,6 +1544,12 @@ <h2 id="cxx23">C++2b implementation status</h2>
       <td><a href="https://wg21.link/P2718R0">P2718R0</a></td>
       <td class="none" align="center">No</td>
     </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>
+    </tr>
 </table>
 </details>
 


        


More information about the cfe-commits mailing list