[clang] 0a21b06 - Remove WG14 N3544

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 10 05:19:04 PDT 2025


Author: Aaron Ballman
Date: 2025-10-10T08:18:54-04:00
New Revision: 0a21b06e0b4cad19010191983d695ac8ebec362f

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

LOG: Remove WG14 N3544

This paper had only non-normative changes about the classification list
of storage class specifiers. There is nothing here to test for
conformance.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 6c1ba3c8643a0..f16c40202aa21 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -361,11 +361,6 @@ <h2 id="c2y">C2y implementation status</h2>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3532.pdf">N3532</a></td>
       <td class="full" align="center">Yes</td>
 	</tr>
-    <tr>
-      <td>Classification of the register storage-class specifier</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3544.txt">N3544</a></td>
-      <td class="unknown" align="center">Unknown</td>
-	</tr>
 </table>
 </details>
 


        


More information about the cfe-commits mailing list