Skip to content

Commit

Permalink
Update Clang 16 statuses
Browse files Browse the repository at this point in the history
Updates the C status tracking page for the recent release.
  • Loading branch information
AaronBallman committed Apr 3, 2023
1 parent 5d8aaad commit fa95f20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clang/www/c_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h2 id="c2x">C2x implementation status</h2>
<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 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<tr>
<td>Clarification request for C17 example of undefined behavior</td>
Expand Down Expand Up @@ -842,7 +842,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Unclear type relationship between a format specifier and its argument</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2562.pdf">N2562</a></td>
<td class="unreleased" align="center">Clang 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<!-- Apr 2021 Papers -->
<tr>
Expand All @@ -869,7 +869,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>[[maybe_unused]] for labels</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2662.pdf">N2662</a></td>
<td class="unreleased" align="center">Clang 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<tr>
<td>Zeros compare equal</td>
Expand Down Expand Up @@ -1094,11 +1094,11 @@ <h2 id="c2x">C2x implementation status</h2>
</tr>
<tr> <!-- Feb 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2927.htm">N2927</a></td>
<td class="unreleased" align="center">Clang 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<tr> <!-- Jul 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2930.pdf">N2930</a></td>
<td class="unreleased" align="center">Clang 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<tr>
<td>Type annex tgmath narrowing macros with integer args v2</td>
Expand Down Expand Up @@ -1165,7 +1165,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Relax requirements for va_start</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2975.pdf">N2975</a></td>
<td class="unreleased" align="center">Clang 16</td>
<td class="full" align="center">Clang 16</td>
</tr>
<tr>
<td>Enhanced enumerations</td>
Expand Down

0 comments on commit fa95f20

Please sign in to comment.