[clang] 14176d1 - [C2y] Remove WG14 N3459 from the C status page
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 11 11:49:58 PDT 2025
Author: Aaron Ballman
Date: 2025-03-11T14:49:51-04:00
New Revision: 14176d10842dcb8697bc7bbce3a4e252d6f11986
URL: https://github.com/llvm/llvm-project/commit/14176d10842dcb8697bc7bbce3a4e252d6f11986
DIFF: https://github.com/llvm/llvm-project/commit/14176d10842dcb8697bc7bbce3a4e252d6f11986.diff
LOG: [C2y] Remove WG14 N3459 from the C status page
Only changes 1 and 2 were adopted in Graz and those are both editorial
changes which don't impact the behavior of compilers, so there's no
need to track this paper.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 2f4db3fcafdb4..af3415e663e9d 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -265,12 +265,6 @@ <h2 id="c2y">C2y implementation status</h2>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3363.pdf">N3363</a></td>
<td class="unknown" align="center">Unknown</td>
</tr>
- <tr>
- <td>Integer and arithmetic constant expressions, v. 2</td>
- <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3459.pdf">N3459</a></td>
- <!-- first and second change only -->
- <td class="unknown" align="center">Unknown</td>
- </tr>
<tr>
<td>Preprocessor integer expressions, v. 2</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3505.pdf">N3505</a></td>
More information about the cfe-commits
mailing list