cjdb created this revision.
cjdb added reviewers: erichkeane, aaron.ballman, shafik.
Herald added a project: All.
cjdb requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Issue #61857 identifies that there are some edge cases that aren't
accounted for, so we're regressing this from complete to partial.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147288

Files:
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -959,7 +959,15 @@
       </tr>
       <tr>
         <td><a href="https://wg21.link/p2113r0";>P2113R0</a></td>
-        <td rowspan="1" class="full" align="center">Clang 16</td>
+        <td rowspan="1" class="partial" align="center">
+          <details>
+            <summary>Partial</summary>
+            Some edge cases don't compile yet (such as the example in
+            <a 
href="https://eel.is/c++draft/temp.func.order#example-6";>[temp.func.order]/example6</a>).
+            Please follow the <a 
href="https://github.com/llvm/llvm-project/issues/61857";>GitHub issue</a>
+            for updates.
+          </details>
+        </td>
       </tr>
     <!-- Albuquerque papers -->
     <tr>


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -959,7 +959,15 @@
       </tr>
       <tr>
         <td><a href="https://wg21.link/p2113r0";>P2113R0</a></td>
-        <td rowspan="1" class="full" align="center">Clang 16</td>
+        <td rowspan="1" class="partial" align="center">
+          <details>
+            <summary>Partial</summary>
+            Some edge cases don't compile yet (such as the example in
+            <a href="https://eel.is/c++draft/temp.func.order#example-6";>[temp.func.order]/example6</a>).
+            Please follow the <a href="https://github.com/llvm/llvm-project/issues/61857";>GitHub issue</a>
+            for updates.
+          </details>
+        </td>
       </tr>
     <!-- Albuquerque papers -->
     <tr>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D147288: [cla... Christopher Di Bella via Phabricator via cfe-commits

Reply via email to