summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-02-25 11:04:54 -0500
committerAaron Ballman <aaron@aaronballman.com>2023-02-25 11:06:34 -0500
commitda846cca8fb3b21d7c7674244015efe6670e48cb (patch)
treeed1a8a53925652314abef273c8de0ba26fd78e7f /clang/www
parent9d53c8684fe2a8b14505593d7e470dac1f68dbd7 (diff)
downloadllvm-da846cca8fb3b21d7c7674244015efe6670e48cb.tar.gz
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.
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/c_status.html5
1 files changed, 0 insertions, 5 deletions
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
@@ -1036,11 +1036,6 @@ conformance.</p>
<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>
<td class="full" align="center">Clang 15</td>