[clang] ae79854 - Update C status page now that Clang 18.x is released

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 05:58:29 PST 2024


Author: Aaron Ballman
Date: 2024-03-06T08:58:04-05:00
New Revision: ae79854e4dcfb923130d3cd751363dbee19cb5b5

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

LOG: Update C status page now that Clang 18.x is released

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 7bf5e29f0639cd..9e4600b3e66acb 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -784,7 +784,7 @@ <h2 id="c2x">C23 implementation status</h2>
     <tr>
       <td>Free positioning of labels inside compound statements</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf">N2508</a></td>
-      <td class="unreleased" align="center">Clang 18</td>
+      <td class="full" align="center">Clang 18</td>
     </tr>
     <tr>
       <td>Clarification request for C17 example of undefined behavior</td>
@@ -1156,7 +1156,7 @@ <h2 id="c2x">C23 implementation status</h2>
     <tr>
       <td>Remove trigraphs??!</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2940.pdf">N2940</a></td>
-      <td class="unreleased" align="center">Clang 18</td>
+      <td class="full" align="center">Clang 18</td>
     </tr>
     <tr>
       <td>Improved normal enumerations</td>
@@ -1196,7 +1196,7 @@ <h2 id="c2x">C23 implementation status</h2>
     <tr>
       <td>Type inference for object declarations</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3007.htm">N3007</a></td>
-      <td class="unreleased" align="center">Clang 18</td>
+      <td class="full" align="center">Clang 18</td>
     </tr>
     <tr>
       <td>constexpr for object definitions</td>


        


More information about the cfe-commits mailing list