aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-01-21 13:18:51 -0500
committerAaron Ballman <aaron@aaronballman.com>2024-01-21 13:20:56 -0500
commit997ffce43c6d2d3f647eb091c732665049b1f47f (patch)
treef1029f75b98a5d3c07bd134295c9137008a53f6d /clang/www
parentbc82cfb38d83f1afeb2c290aa472c2e2e88919cb (diff)
downloadllvm-997ffce43c6d2d3f647eb091c732665049b1f47f.zip
llvm-997ffce43c6d2d3f647eb091c732665049b1f47f.tar.gz
llvm-997ffce43c6d2d3f647eb091c732665049b1f47f.tar.bz2
[C23] Implement N2490, Remove trigraphs??!
This follows the same implementation logic as with C++ and is compatible with the GCC behavior in C. Trigraphs are enabled by default in -std=c* conformance modes before C23, but are disabled in GNU and Microsoft modes as well as in C23 or later.
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 b9e0650..3955a1d 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -1156,7 +1156,7 @@ conformance.</p>
<tr>
<td>Remove trigraphs??!</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2940.pdf">N2940</a></td>
- <td class="full" align="center">Yes</td>
+ <td class="unreleased" align="center">Clang 18</td>
</tr>
<tr>
<td>Improved normal enumerations</td>