Skip to content

Commit ae79854

Browse files
committed
Update C status page now that Clang 18.x is released
1 parent 33e3121 commit ae79854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/www/c_status.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ <h2 id="c2x">C23 implementation status</h2>
784784
<tr>
785785
<td>Free positioning of labels inside compound statements</td>
786786
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf">N2508</a></td>
787-
<td class="unreleased" align="center">Clang 18</td>
787+
<td class="full" align="center">Clang 18</td>
788788
</tr>
789789
<tr>
790790
<td>Clarification request for C17 example of undefined behavior</td>
@@ -1156,7 +1156,7 @@ <h2 id="c2x">C23 implementation status</h2>
11561156
<tr>
11571157
<td>Remove trigraphs??!</td>
11581158
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2940.pdf">N2940</a></td>
1159-
<td class="unreleased" align="center">Clang 18</td>
1159+
<td class="full" align="center">Clang 18</td>
11601160
</tr>
11611161
<tr>
11621162
<td>Improved normal enumerations</td>
@@ -1196,7 +1196,7 @@ <h2 id="c2x">C23 implementation status</h2>
11961196
<tr>
11971197
<td>Type inference for object declarations</td>
11981198
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3007.htm">N3007</a></td>
1199-
<td class="unreleased" align="center">Clang 18</td>
1199+
<td class="full" align="center">Clang 18</td>
12001200
</tr>
12011201
<tr>
12021202
<td>constexpr for object definitions</td>

0 commit comments

Comments
 (0)