[clang] 05ca207 - [C23] Update status page regarding FLT_MAX_EXP
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 09:34:47 PDT 2024
Author: Aaron Ballman
Date: 2024-06-25T12:34:34-04:00
New Revision: 05ca20744159a33349271a96b90959a0a3807133
URL: https://github.com/llvm/llvm-project/commit/05ca20744159a33349271a96b90959a0a3807133
DIFF: https://github.com/llvm/llvm-project/commit/05ca20744159a33349271a96b90959a0a3807133.diff
LOG: [C23] Update status page regarding FLT_MAX_EXP
N2843 was subsumed by N2882; we could probably consider removing
subsumed entries, but I've been leaving them to help folks looking at
the editor's report from various working drafts and wondering about the
changes.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 04c1df9ebc050..06209eb0b7bed 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -981,7 +981,7 @@ <h2 id="c2x">C23 implementation status</h2>
<tr>
<td>Clarification for max exponent macros</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2843.pdf">N2843</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="na" align="center">Subsumed by N2882</td>
</tr>
<tr>
<td>Clarification about expression transformations</td>
More information about the cfe-commits
mailing list