[clang] a5932e1 - Add a link to WG14 N835 to the status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 10:14:46 PDT 2024


Author: Aaron Ballman
Date: 2024-04-02T13:14:09-04:00
New Revision: a5932e182ba7dd8f1ae131038bab051aea13e688

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

LOG: Add a link to WG14 N835 to the status page

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 8ad454145293e4..a96232965a1e9d 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -354,7 +354,7 @@ <h2 id="c99">C99 implementation status</h2>
     </tr>
     <tr>
       <td>conversion of array to pointer not limited to lvalues</td>
-      <td>N835</td>
+      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n835.pdf">N835</a></td>
       <td class="full" align="center">Yes</td>
     </tr>
     <tr>


        


More information about the cfe-commits mailing list