Author: Aaron Ballman
Date: 2025-03-07T08:58:33-05:00
New Revision: 5b3f50ead1473ae7f8695e02f26635a7ea89a6aa
URL: 
https://github.com/llvm/llvm-project/commit/5b3f50ead1473ae7f8695e02f26635a7ea89a6aa
DIFF: 
https://github.com/llvm/llvm-project/commit/5b3f50ead1473ae7f8695e02f26635a7ea89a6aa.diff

LOG: [C2y] Claim nonconformance to WG14 N3418

This paper makes it a constraint violation to form a UCN via token
concatenation. Clang does not conform to it and the paper goes in the
opposite direction of where C++ went with P2621R3 which was adopted for
C++26.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 51b11f4d54920..b198053ece041 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -304,7 +304,7 @@ <h2 id="c2y">C2y implementation status</h2>
     <tr>
       <td>Slay Some Earthly Demons XIV</td>
       <td><a 
href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3418.pdf";>N3418</a></td>
-      <td class="unknown" align="center">Unknown</td>
+      <td class="none" align="center">No</td>
        </tr>
     <tr>
       <td>Slay Some Earthly Demons XVI</td>


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to