[clang] b26466d - Update the C and C++ status pages now that Clang 14 is out

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 04:59:58 PDT 2022


Author: Aaron Ballman
Date: 2022-03-23T07:59:52-04:00
New Revision: b26466d0019582f9b3dc65587cf8043da144b45d

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

LOG: Update the C and C++ status pages now that Clang 14 is out

Added: 
    

Modified: 
    clang/www/c_status.html
    clang/www/cxx_status.html

Removed: 
    


################################################################################
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 @@ <h2 id="c2x">C2x implementation status</h2>
     <tr>
       <td>Two's complement sign representation</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2412.pdf">N2412</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Adding the u8 character prefix</td>

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 @@ <h2 id="cxx20">C++20 implementation status</h2>
       </tr>
       <tr>
         <td><a href="https://wg21.link/p2085r0">P2085R0</a></td>
-        <td class="unreleased" align="center">Clang 14</td>
+        <td class="full" align="center">Clang 14</td>
       </tr>
     <tr>
       <td>Access checking on specializations</td>
       <td><a href="https://wg21.link/p0692r1">P0692R1</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Default constructible and assignable stateless lambdas</td>
@@ -1124,7 +1124,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
     </tr>
       <tr> <!-- from Prague -->
         <td><a href="https://wg21.link/p1937r2">P1937R2</a></td>
-        <td class="unreleased" align="center">Clang 14</td>
+        <td class="full" align="center">Clang 14</td>
       </tr>
     <tr>
       <td><tt>std::is_constant_evaluated</tt></td>
@@ -1247,7 +1247,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
     <tr>
       <td>Permit conversions to arrays of unknown bound</td>
       <td><a href="https://wg21.link/p0388r4">P0388R4</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td><tt>constinit</tt></td>
@@ -1310,7 +1310,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td><tt>if consteval</tt></td>
       <td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Allow duplicate attributes</td>
@@ -1320,7 +1320,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td>Narrowing contextual conversions to bool</td>
       <td><a href="https://wg21.link/P1401R5">P1401R5</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Trimming whitespaces before line splicing</td>
@@ -1335,7 +1335,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td>C++ identifier syntax using UAX 31</td>
       <td><a href="https://wg21.link/P1949R7">P1949R7</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Mixed string literal concatenation</td>
@@ -1386,7 +1386,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td>Extend init-statement to allow alias-declaration</td>
       <td><a href="https://wg21.link/P2360R0">P2360R0</a></td>
-      <td class="unreleased" align="center">Clang 14</td>
+      <td class="full" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>auto(x): decay-copy in the language</td>


        


More information about the cfe-commits mailing list