summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-03-17 08:01:51 -0400
committerTobias Hieta <tobias@hieta.se>2023-03-17 13:26:07 +0100
commit08d094a0e457360ad8b94b017d2dc277e697ca76 (patch)
treeaf7b2ece27460a1d47d02e9a3358557290393299
parent8f3cb98d1fab356a26eb1a153811b70728f3a3c4 (diff)
downloadllvmorg-16.0.0.tar.gz
Roll back claims that we implement P0960R3 and P1975R0llvmorg-16.0.0
We thought we had implemented these papers appropriately but have since discovered significant issues. See discussion of the issues at: https://github.com/llvm/llvm-project/issues/61145 The work already done on these papers is remaining in tree for the moment while people investigate whether the issues can be fixed forward in main. The status page is being updated so the status is clear to users of the upcoming Clang 16 release.
-rwxr-xr-xclang/www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index c9df1ed37350..ab4eabb542f5 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1156,7 +1156,7 @@ code. This issue is expected to be rectified soon.
<tr>
<td rowspan="2">Parenthesized initialization of aggregates</td>
<td><a href="https://wg21.link/p0960r3">P0960R3</a></td>
- <td rowspan="2" class="unreleased" align="center">Clang 16</td>
+ <td rowspan="2" class="none" align="center">No</td>
</tr>
<tr> <!-- from Belfast -->
<td><a href="https://wg21.link/p1975r0">P1975R0</a></td>