[clang] a086933 - [C11] Remove WG14 N1537 from the status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 11:04:40 PDT 2024


Author: Aaron Ballman
Date: 2024-06-25T14:02:05-04:00
New Revision: a0869331ec0c9ae42f696e87d72416ea5ecb926f

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

LOG: [C11] Remove WG14 N1537 from the status page

This paper was a rewording of WG14 N1485, correcting terminology and
bringing the C11 feature slightly closer in line with the C++11
feature. There is nothing additional to be done or test to conform to
what was specified by WG14 N1537, so we'll remove the entry and lean on
N1485 to track status for atomics.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 5b7ba7686f957..84cd8e836006c 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -599,11 +599,6 @@ <h2 id="c11">C11 implementation status</h2>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1532.htm">N1532</a></td>
       <td class="full" align="center">Yes</td>
     </tr>
-    <tr>
-      <td>Synthesis re _Atomic</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1537.htm">N1537</a></td>
-      <td class="unknown" align="center">Unknown</td>
-    </tr>
     <tr>
       <td>Clarification for wide evaluation</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1531.pdf">N1531</a></td>


        


More information about the cfe-commits mailing list