[clang] f197521 - [Clang] Fix markup in cxx_status

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 7 00:46:24 PDT 2023


Author: Corentin Jabot
Date: 2023-04-07T09:42:54+02:00
New Revision: f1975216846ed69d608e669c37efa5ee0e16276e

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

LOG: [Clang] Fix markup in cxx_status

This reverts the changes to cxx_status introduced
by https://reviews.llvm.org/D146178, as it did
break the html markup

While This PR resolves a bug related to concepts,
it doesn't seem useful to change the advertised implementation
of that paper many years after the fact, especially as the
paper encompasses many issue resolution.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 601908b58a8f7..fe2a16d9cee1f 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -947,6 +947,9 @@ <h2 id="cxx20">C++20 implementation status</h2>
       <tr>
         <td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
       </tr>
+      <tr> <!-- from Prague -->
+        <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>
       </tr>
@@ -958,9 +961,6 @@ <h2 id="cxx20">C++20 implementation status</h2>
         <td><a href="https://wg21.link/p2113r0">P2113R0</a></td>
         <td rowspan="1" class="full" align="center">Clang 16</td>
       </tr>
-      <tr>
-        <td><a href="https://wg21.link/p2103r0">P2103R0</a></td>
-      </tr>
     <!-- Albuquerque papers -->
     <tr>
       <td>Range-based for statements with initializer</td>


        


More information about the cfe-commits mailing list