[clang] 27727d8 - [C23] Remove WG14 N2517 from the status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 09:38:05 PDT 2024


Author: Aaron Ballman
Date: 2024-08-22T12:37:49-04:00
New Revision: 27727d85a95dd501ce6d6660900b656622de9ae0

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

LOG: [C23] Remove WG14 N2517 from the status page

This paper proposes no normative changes, just updates an example in
the standard. It was incorrect for us to have marked it as No in the
first place.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 99c14aaf506e51..6555b8e5e3da39 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -330,11 +330,6 @@ <h2 id="c2x">C23 implementation status</h2>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf">N2508</a></td>
       <td class="full" align="center">Clang 18</td>
     </tr>
-    <tr>
-      <td>Clarification request for C17 example of undefined behavior</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2517.pdf">N2517</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
     <tr>
       <td>Querying attribute support</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2553.pdf">N2553</a></td>


        


More information about the cfe-commits mailing list