Skip to content

[clang] Bump latest release to 17 for C++ DR Status page #67996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions clang/www/cxx_dr_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -12653,7 +12653,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2141.html">2141</a></td>
<td>CD4</td>
<td>Ambiguity in <I>new-expression</I> with <I>elaborated-type-specifier</I></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr id="2142">
<td><a href="https://cplusplus.github.io/CWG/issues/2142.html">2142</a></td>
Expand Down Expand Up @@ -14189,7 +14189,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2397.html">2397</a></td>
<td>CD6</td>
<td><TT>auto</TT> specifier for pointers and references to arrays</td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr class="open" id="2398">
<td><a href="https://cplusplus.github.io/CWG/issues/2398.html">2398</a></td>
Expand Down Expand Up @@ -14915,7 +14915,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td>
<td>C++23</td>
<td>Conformance requirements and <TT>#error</TT>/<TT>#warning</TT></td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr id="2519">
<td><a href="https://cplusplus.github.io/CWG/issues/2519.html">2519</a></td>
Expand All @@ -14933,7 +14933,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2521.html">2521</a></td>
<td>C++23</td>
<td>User-defined literals and reserved identifiers</td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr class="open" id="2522">
<td><a href="https://cplusplus.github.io/CWG/issues/2522.html">2522</a></td>
Expand Down Expand Up @@ -15893,7 +15893,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2681.html">2681</a></td>
<td>C++23</td>
<td>Deducing member array type from string literal</td>
<td class="unreleased" align="center">Clang 17</td>
<td class="full" align="center">Clang 17</td>
</tr>
<tr id="2682">
<td><a href="https://cplusplus.github.io/CWG/issues/2682.html">2682</a></td>
Expand Down
2 changes: 1 addition & 1 deletion clang/www/make_cxx_dr_status
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ out_file.write('''\
<th>Available in Clang?</th>
</tr>''')

latest_release = 16
latest_release = 17

def availability(issue):
status = status_map.get(issue, 'unknown')
Expand Down