Skip to content

Commit

Permalink
Let the c(xx)_status pages reflect that clang 17 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Sep 19, 2023
1 parent 7265f79 commit a041572
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions clang/www/c_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ <h2 id="c2x">C23 implementation status</h2>
<tr>
<td>Add annotations for unreachable control flow v2</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2826.pdf">N2826</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Unicode Sequences More Than 21 Bits are a Constraint Violation r0</td>
Expand Down Expand Up @@ -1079,11 +1079,11 @@ <h2 id="c2x">C23 implementation status</h2>
</tr>
<tr> <!-- Feb 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2900.htm">N2900</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr> <!-- Jul 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3011.htm">N3011</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr id="typeof">
<td rowspan="3">Not-so-magic: typeof</td>
Expand All @@ -1104,7 +1104,7 @@ <h2 id="c2x">C23 implementation status</h2>
<tr>
<td>Revise spelling of keywords v7</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2934.pdf">N2934</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Make false and true first-class language features v8</td>
Expand All @@ -1130,7 +1130,7 @@ <h2 id="c2x">C23 implementation status</h2>
<tr>
<td>Remove ATOMIC_VAR_INIT v2</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2886.htm">N2886</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Require exact-width integer type interfaces v2</td>
Expand Down Expand Up @@ -1211,7 +1211,7 @@ <h2 id="c2x">C23 implementation status</h2>
<tr>
<td>Introduce the nullptr constant</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3042.htm">N3042</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Memory layout of unions</td>
Expand Down
16 changes: 8 additions & 8 deletions clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>constexpr cast from <tt>void*</tt></td>
<td><a href="https://wg21.link/P2738R1">P2738R1</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>On the ignorability of standard attributes</td>
Expand All @@ -140,7 +140,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>User-generated <tt>static_assert</tt> messages</td>
<td><a href="https://wg21.link/P2741R3">P2741R3</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Placeholder variables with no name</td>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
<tr>
<td rowspan=2>Change scope of lambda trailing-return-type</td>
<td><a href="https://wg21.link/P2036R3">P2036R3</a></td>
<td rowspan=2 class="unreleased" align="center">Clang 17</td>
<td rowspan=2 class="full" align="center">Clang 17</td>
</tr>
<tr>
<td><a href="https://wg21.link/P2579R0">P2579R0</a></td>
Expand Down Expand Up @@ -407,7 +407,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
<tr>
<td>consteval needs to propagate up</td>
<td><a href="https://wg21.link/P2564R3">P2564R3</a> (<a href="#dr">DR</a>)</td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Lifetime extension in range-based for loops</td>
Expand Down Expand Up @@ -576,7 +576,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
</tr>
<tr> <!-- from Prague -->
<td><a href="https://wg21.link/p2002r1">P2002R1</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td><a href="https://wg21.link/p2085r0">P2085R0</a></td>
Expand All @@ -595,7 +595,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td>Lambdas in unevaluated contexts</td>
<td><a href="https://wg21.link/p0315r4">P0315R4</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<!-- Jacksonville papers -->
<tr>
Expand Down Expand Up @@ -687,7 +687,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td rowspan=2>Immediate functions (<tt>consteval</tt>)</td>
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr> <!-- from Prague -->
<td><a href="https://wg21.link/p1937r2">P1937R2</a></td>
Expand Down Expand Up @@ -810,7 +810,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td rowspan=2>Class template argument deduction for aggregates</td>
<td><a href="https://wg21.link/p1816r0">P1816R0</a></td>
<td rowspan=2 class="unreleased" align="center">Clang 17</td>
<td rowspan=2 class="full" align="center">Clang 17</td>
</tr>
<tr> <!-- from Prague -->
<td><a href="https://wg21.link/p2082r1">P2082R1</a></td>
Expand Down

0 comments on commit a041572

Please sign in to comment.