[Clang] Fix markup in cxx_status
authorCorentin Jabot <corentinjabot@gmail.com>
Fri, 7 Apr 2023 07:42:54 +0000 (09:42 +0200)
committerCorentin Jabot <corentinjabot@gmail.com>
Fri, 7 Apr 2023 07:42:54 +0000 (09:42 +0200)
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.

clang/www/cxx_status.html

index 601908b..fe2a16d 100755 (executable)
@@ -947,6 +947,9 @@ code. This issue is expected to be rectified soon.
       <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 @@ code. This issue is expected to be rectified soon.
         <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>