[clang] 7ee1007 - [C99] Claim full support for WG14 N772

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 25 09:21:34 PDT 2024


Author: Aaron Ballman
Date: 2024-03-25T12:19:40-04:00
New Revision: 7ee1007eddcfc4efe582512b78704038f17fa5a3

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

LOG: [C99] Claim full support for WG14 N772

No tests are added because existing tests cover this. The thrust of the
paper is that an implementation needs to support including a header
file whose name is eight character or less and contains only letters
and numbers; we definitely manage this.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index dd5fee981f4817..e97275e02033ff 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -369,7 +369,7 @@ <h2 id="c99">C99 implementation status</h2>
     <tr>
       <td>relaxed restrictions on portable header names</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n772.htm">N772</a></td>
-      <td class="unknown" align="center">Unknown</td>
+      <td class="full" align="center">Yes</td>
     </tr>
     <tr>
       <td>return without an expression not permitted in function that returns a value</td>


        


More information about the cfe-commits mailing list