[llvm-branch-commits] [clang] 08d094a - Roll back claims that we implement P0960R3 and P1975R0

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 17 05:26:22 PDT 2023


Author: Aaron Ballman
Date: 2023-03-17T13:26:07+01:00
New Revision: 08d094a0e457360ad8b94b017d2dc277e697ca76

URL: https://github.com/llvm/llvm-project/commit/08d094a0e457360ad8b94b017d2dc277e697ca76
DIFF: https://github.com/llvm/llvm-project/commit/08d094a0e457360ad8b94b017d2dc277e697ca76.diff

LOG: Roll back claims that we implement P0960R3 and P1975R0

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.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
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 @@ <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="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>


        


More information about the llvm-branch-commits mailing list