[clang] 684f3c9 - [Clang] Fix status of P0960
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 3 08:03:48 PDT 2023
Author: Corentin Jabot
Date: 2023-06-03T17:03:42+02:00
New Revision: 684f3c968d6bbf124014128b9f5e4f03a50f28c5
URL: https://github.com/llvm/llvm-project/commit/684f3c968d6bbf124014128b9f5e4f03a50f28c5
DIFF: https://github.com/llvm/llvm-project/commit/684f3c968d6bbf124014128b9f5e4f03a50f28c5.diff
LOG: [Clang] Fix status of P0960
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.
Reviewed By: #clang-language-wg, ayzhao, erichkeane
Differential Revision: https://reviews.llvm.org/D150122
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 91706be09f158..26b4e55cf180e 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -686,7 +686,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<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>
More information about the cfe-commits
mailing list