[clang] da846cc - Remove WG14 N2829 from the C status page; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 25 08:06:50 PST 2023


Author: Aaron Ballman
Date: 2023-02-25T11:06:34-05:00
New Revision: da846cca8fb3b21d7c7674244015efe6670e48cb

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

LOG: Remove WG14 N2829 from the C status page; NFC

This paper is about changes to the assert macro, but assert.h is not
provided by the compiler, so there's no work for Clang to do to support
this feature.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 7665d24a381d..425d67b4be6e 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -1035,11 +1035,6 @@ <h2 id="c2x">C2x implementation status</h2>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2828.htm">N2828</a></td>
       <td class="full" align="center">Clang 3.6</td>
     </tr>
-    <tr>
-      <td>Make assert() macro user friendly for C and C++ v2</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2829.htm">N2829</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
     <tr>
       <td>Identifier Syntax using Unicode Standard Annex 31</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2836.pdf">N2836</a></td>


        


More information about the cfe-commits mailing list