diff --git a/clang/www/c_status.html b/clang/www/c_status.html index f81ac19cce702..3a00648000e3f 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -715,7 +715,7 @@

C2x implementation status

Two's complement sign representation N2412 - Clang 14 + Clang 14 Adding the u8 character prefix diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index a7596230da754..79da75dee0d23 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1009,12 +1009,12 @@

C++20 implementation status

P2085R0 - Clang 14 + Clang 14 Access checking on specializations P0692R1 - Clang 14 + Clang 14 Default constructible and assignable stateless lambdas @@ -1124,7 +1124,7 @@

C++20 implementation status

P1937R2 - Clang 14 + Clang 14 std::is_constant_evaluated @@ -1247,7 +1247,7 @@

C++20 implementation status

Permit conversions to arrays of unknown bound P0388R4 - Clang 14 + Clang 14 constinit @@ -1310,7 +1310,7 @@

C++2b implementation status

if consteval P1938R3 - Clang 14 + Clang 14 Allow duplicate attributes @@ -1320,7 +1320,7 @@

C++2b implementation status

Narrowing contextual conversions to bool P1401R5 - Clang 14 + Clang 14 Trimming whitespaces before line splicing @@ -1335,7 +1335,7 @@

C++2b implementation status

C++ identifier syntax using UAX 31 P1949R7 - Clang 14 + Clang 14 Mixed string literal concatenation @@ -1386,7 +1386,7 @@

C++2b implementation status

Extend init-statement to allow alias-declaration P2360R0 - Clang 14 + Clang 14 auto(x): decay-copy in the language