[clang] ac2426e - [C2y] Claim conformance to WG14 N3232

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 07:50:58 PDT 2024


Author: Aaron Ballman
Date: 2024-07-12T10:50:48-04:00
New Revision: ac2426e08e6f7c1eb97725f1d6cc35a8a6ddc5ef

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

LOG: [C2y] Claim conformance to WG14 N3232

This is an editorial change, so no tests were added

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 22f28212132f2..669448635837e 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -1255,7 +1255,8 @@ <h2 id="c2y">C2y implementation status</h2>
     <tr>
       <td>Round-trip rounding</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3232.pdf">N3232</a></td>
-      <td class="unknown" align="center">Unknown</td>
+      <td class="full" align="center">Yes</td>
+      <!-- editorial changes, no tests required -->
     </tr>
     <tr>
       <td>Accessing byte arrays</td>


        


More information about the cfe-commits mailing list