[clang] ae05d2b - Update the C status page for WG14 N2844
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 7 13:13:15 PST 2023
Author: Aaron Ballman
Date: 2023-03-07T16:13:06-05:00
New Revision: ae05d2b17dca399b3190e0ae1dba814aa3946002
URL: https://github.com/llvm/llvm-project/commit/ae05d2b17dca399b3190e0ae1dba814aa3946002
DIFF: https://github.com/llvm/llvm-project/commit/ae05d2b17dca399b3190e0ae1dba814aa3946002.diff
LOG: Update the C status page for WG14 N2844
The proposal is about the behavior of the _Float16,
_Float32, and _Float64 types and whether they
undergo default argument promotions (they don't).
Clang doesn't yet support TS 18661 or the parts
that made it into C2x, so we don't implement 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 20eec37fce3de..27296777f0740 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -1048,7 +1048,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Remove default argument promotions for _FloatN types</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2844.pdf">N2844</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Revised Suggestions of Change for Numerically Equal/Equivalent</td>
More information about the cfe-commits
mailing list