From 2151ba036213705346553e759fc4e095547989d1 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 24 Jun 2024 17:16:47 +0800 Subject: [Docs][Clang] Missing DR status for C++23-era papers in cxx_status.html (#68846) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List the following C++23-era WG21 papers as Defect Reports in cxx_status.html as per WG21 meeting minutes. - [P1949R7](https://wg21.link/p1949r7) (C++ Identifier Syntax using Unicode Standard Annex 31) - [P2156R1](https://wg21.link/p2156r1) (Allow Duplicate Attributes) - [P2036R3](https://wg21.link/p2036r3) (Change scope of lambda _trailing-return-type_) - [P2468R2](https://wg21.link/p2468r2) (The Equality Operator You Are Looking For) - [P2327R1](https://wg21.link/p2327r1) (De-deprecating `volatile` compound operations) - [P2493R0](https://wg21.link/p2493r0) (Missing feature test macros for C++20 core papers) - [P2513R3](https://wg21.link/p2513r3) (`char8_t` Compatibility and Portability Fix) - [P2460R2](https://wg21.link/p2460r2) (Relax requirements on `wchar_t` to match existing practices) - [P2579R0](https://wg21.link/p2579r0) (Mitigation strategies for [P2036](https://wg21.link/p2036) ”Changing scope for lambda _trailing-return-type_”) --- clang/www/cxx_status.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'clang/www') diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 65dd31a..3ae9f5c 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -247,7 +247,7 @@ C++23, informally referred to as C++26.

Allow duplicate attributes - P2156R1 + P2156R1 (DR) Clang 13 @@ -267,7 +267,7 @@ C++23, informally referred to as C++26.

C++ identifier syntax using UAX 31 - P1949R7 + P1949R7 (DR) Clang 14 @@ -287,11 +287,11 @@ C++23, informally referred to as C++26.

Change scope of lambda trailing-return-type - P2036R3 + P2036R3 (DR) Clang 17 - P2579R0 + P2579R0 (DR) Multidimensional subscript operator @@ -352,12 +352,12 @@ C++23, informally referred to as C++26.

The Equality Operator You Are Looking For - P2468R2 + P2468R2 (DR) Clang 16 De-deprecating volatile compound operations - P2327R1 + P2327R1 (DR) Clang 15 @@ -422,12 +422,12 @@ C++23, informally referred to as C++26.

char8_t Compatibility and Portability Fix - P2513R3 + P2513R3 (DR) Clang 16 Relax requirements on wchar_t to match existing practices - P2460R2 + P2460R2 (DR) Yes @@ -563,7 +563,7 @@ C++23, informally referred to as C++26.

P2103R0 - P2493R0 + P2493R0 (DR) P2092R0 -- cgit v1.1