Author: Corentin Jabot
Date: 2022-02-08T09:13:04-05:00
New Revision: 3c17f3955c8b18da658ccb2fafde0759210b3f17

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

LOG: Add core papers adopted at the february plenary.

2 papers are added to the status page, one targeting
C++23, the other added to the batch of C++20 concept papers.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 5005ec6c08e4c..c4acd8d30ddb5 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -906,7 +906,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
       <td class="full" align="center">Clang 9</td>
     </tr>
     <tr id="p0734">
-      <td rowspan="12">Concepts</td>
+      <td rowspan="13">Concepts</td>
       <td><a href="https://wg21.link/p0734r0";>P0734R0</a></td>
       <td class="full" align="center">Clang 10</td>
     </tr>
@@ -938,7 +938,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
       </tr>
       <tr> <!-- from Belfast -->
         <td><a href="https://wg21.link/p1972r0";>P1972R0</a></td>
-        <td rowspan="3" class="none" align="center">No</td>
+        <td rowspan="4" class="none" align="center">No</td>
       </tr>
       <tr>
         <td><a href="https://wg21.link/p1980r0";>P1980R0</a></td>
@@ -946,6 +946,9 @@ <h2 id="cxx20">C++20 implementation status</h2>
       <tr> <!-- from Prague -->
         <td><a href="https://wg21.link/p2103r0";>P2103R0</a></td>
       </tr>
+      <tr> <!-- 22 telecon bug fix -->
+        <td><a href="https://wg21.link/p2493r0";>P2493R0</a></td>
+      </tr>
       <tr>
         <td><a href="https://wg21.link/p2092r0";>P2092R0</a></td>
         <td rowspan="1" class="partial" align="center">
@@ -1385,6 +1388,11 @@ <h2 id="cxx23">C++2b implementation status</h2>
       <td><a href="https://wg21.link/P2360R0";>P2360R0</a></td>
       <td class="unreleased" align="center">Clang 14</td>
     </tr>
+    <tr>
+      <td>Attributes on Lambda-Expressions</td>
+      <td><a href="https://wg21.link/P2173R1";>P2173R1</a></td>
+      <td class="full" align="center">Clang 13</td>
+    </tr>
 
 </table>
 </details>


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

Reply via email to