From 4f0520f82e6693ef5f439d5e998765fe965f25ec Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Sun, 20 Nov 2022 18:51:52 +0100 Subject: [PATCH] [Clang] Add papers approved in Kona by WG21 to the C++ status page Approved core issues will be updated separately through an update of the defect report list when a new core issue list is published. --- clang/www/cxx_status.html | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index b00b3b9..e3b7565 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1162,7 +1162,7 @@ code. This issue is expected to be rectified soon. P1975R0 - Modules + Modules P1103R3 Clang 15 @@ -1202,6 +1202,10 @@ code. This issue is expected to be rectified soon. P1815R2 Partial + + P2615R1 + No + Coroutines P0912R5 @@ -1510,7 +1514,27 @@ C++20, informally referred to as C++2b.

P2590R2 No - + + + static operator[] + P2589R1 + No + + + Permitting static constexpr variables in constexpr functions (DR) + P2647R1 + No + + + consteval needs to propagate up (DR) + P2564R3 + No + + + Lifetime extension in range-based for loops + P2718R0 + No + -- 2.7.4