aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-03-22 12:49:12 -0400
committerAaron Ballman <aaron@aaronballman.com>2024-03-22 12:50:18 -0400
commit527a624205748814dd9309eda7ee308b40b2359a (patch)
tree5958d513d5e7d91dfef080ff56701010dd704c94 /clang/www
parentd2f684685afeffcffba7e889e7267bce1d905911 (diff)
downloadllvm-527a624205748814dd9309eda7ee308b40b2359a.zip
llvm-527a624205748814dd9309eda7ee308b40b2359a.tar.gz
llvm-527a624205748814dd9309eda7ee308b40b2359a.tar.bz2
[C11] Update the status of N1365 on constant expression handling
This paper is about constant expression handling in the presence of FLT_EVAL_METHOD, which we handle via insertion of implicit cast nodes in the AST.
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/c_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 0069da7..f00d5a6 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -471,7 +471,7 @@ conformance.</p>
<tr>
<td>Constant expressions</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1365.htm">N1365</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="Clang 16" align="center">Full</td>
</tr>
<tr>
<td>Contractions and expression evaluation methods</td>