[PATCH] D150122: [Clang] Fix status of P0960
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 8 08:27:15 PDT 2023
cor3ntin created this revision.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
P0960R3 and P1975R0 were marked not implemented because
of #61145,
This issue has been fixed and backported to LLVM 16,
the status page should reflect that.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150122
Files:
clang/www/cxx_status.html
Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -1163,7 +1163,7 @@
<tr>
<td rowspan="2">Parenthesized initialization of aggregates</td>
<td><a href="https://wg21.link/p0960r3">P0960R3</a></td>
- <td rowspan="2" class="none" align="center">No</td>
+ <td rowspan="2" class="full" align="center">Clang 16</td>
</tr>
<tr> <!-- from Belfast -->
<td><a href="https://wg21.link/p1975r0">P1975R0</a></td>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150122.520389.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230508/6fc697e6/attachment.bin>
More information about the cfe-commits
mailing list