[PATCH] D147288: [clang][NFC] updates cxx_status for P2113R0
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 17:57:48 PDT 2023
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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147288.509867.patch
Type: text/x-patch
Size: 862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230331/f8faddb1/attachment.bin>
More information about the cfe-commits
mailing list