[clang] 1db6b12 - [C23] Remove N2713 from the list
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 14 09:09:04 PDT 2023
Author: Aaron Ballman
Date: 2023-09-14T12:08:51-04:00
New Revision: 1db6b127a1efddd3130402533b01a26c9864c462
URL: https://github.com/llvm/llvm-project/commit/1db6b127a1efddd3130402533b01a26c9864c462
DIFF: https://github.com/llvm/llvm-project/commit/1db6b127a1efddd3130402533b01a26c9864c462.diff
LOG: [C23] Remove N2713 from the list
This paper was obsoleted by the changes in N3138 and US-045
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 6b84138d36ed9ee..1c45bf3a65a0d36 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -917,11 +917,6 @@ <h2 id="c2x">C23 implementation status</h2>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2688.pdf">N2686</a></td>
<td class="full" align="center">Yes</td>
</tr>
- <tr>
- <td>Integer constant expressions</td>
- <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2713.htm">N2713</a></td>
- <td class="none" align="center">No</td>
- </tr>
<tr>
<td>Numerically equal</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2716.htm">N2716</a></td>
More information about the cfe-commits
mailing list