From 08d094a0e457360ad8b94b017d2dc277e697ca76 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 17 Mar 2023 08:01:51 -0400 Subject: 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. --- clang/www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. Parenthesized initialization of aggregates P0960R3 - Clang 16 + No P1975R0 -- cgit v1.2.1