[clang] fb463e1 - [C23] Remove WG14 N2379 from the C status page
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 07:34:51 PDT 2024
Author: Aaron Ballman
Date: 2024-06-25T10:34:39-04:00
New Revision: fb463e154e7fe1200b9d91f82fafa532331ce764
URL: https://github.com/llvm/llvm-project/commit/fb463e154e7fe1200b9d91f82fafa532331ce764
DIFF: https://github.com/llvm/llvm-project/commit/fb463e154e7fe1200b9d91f82fafa532331ce764.diff
LOG: [C23] Remove WG14 N2379 from the C status page
This paper was adopted at the Oct 2019 meeting in Ithaca, but the
changes from the paper were later removed (editorially) by the C
Floating Point study group due to being incorrect and unnecessary.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 25656c0304da1..04c1df9ebc050 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -747,11 +747,8 @@ <h2 id="c2x">C23 implementation status</h2>
<td class="full" align="center">Clang 15</td>
</tr>
<!-- Oct 2019 Papers -->
- <tr>
- <td>*_IS_IEC_60559 feature test macros</td>
- <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2379.htm">N2379</a></td>
- <td class="unknown" align="center">Unknown</td>
- </tr>
+ <!-- WG14 N2379 *_IS_IEC_60559 feature test macros was removed by a later
+ change to C23. -->
<tr>
<td>Annex F.8 update for implementation extensions and rounding</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2384.pdf">N2384</a></td>
More information about the cfe-commits
mailing list