aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-03-06 08:58:04 -0500
committerAaron Ballman <aaron@aaronballman.com>2024-03-06 08:58:04 -0500
commitae79854e4dcfb923130d3cd751363dbee19cb5b5 (patch)
treec4064cd4abe90c60bb3942306651b82496e4c407 /clang/www
parent33e312137b065ba330b187f56ddd60df70927241 (diff)
downloadllvm-ae79854e4dcfb923130d3cd751363dbee19cb5b5.zip
llvm-ae79854e4dcfb923130d3cd751363dbee19cb5b5.tar.gz
llvm-ae79854e4dcfb923130d3cd751363dbee19cb5b5.tar.bz2
Update C status page now that Clang 18.x is released
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/c_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 7bf5e29..9e4600b3 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -784,7 +784,7 @@ conformance.</p>
<tr>
<td>Free positioning of labels inside compound statements</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf">N2508</a></td>
- <td class="unreleased" align="center">Clang 18</td>
+ <td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td>Clarification request for C17 example of undefined behavior</td>
@@ -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="unreleased" align="center">Clang 18</td>
+ <td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td>Improved normal enumerations</td>
@@ -1196,7 +1196,7 @@ conformance.</p>
<tr>
<td>Type inference for object declarations</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3007.htm">N3007</a></td>
- <td class="unreleased" align="center">Clang 18</td>
+ <td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td>constexpr for object definitions</td>