Skip to content

Commit

Permalink
[Clang] Mark papers & core issues implemented in clang 18 as released
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Mar 6, 2024
1 parent e9c1dbb commit 33e3121
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
14 changes: 7 additions & 7 deletions clang/www/cxx_dr_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -11076,7 +11076,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/1878.html">1878</a></td>
<td>CD4</td>
<td><TT>operator auto</TT> template</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr id="1879">
<td><a href="https://cplusplus.github.io/CWG/issues/1879.html">1879</a></td>
Expand Down Expand Up @@ -12384,7 +12384,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2096.html">2096</a></td>
<td>CD4</td>
<td>Constraints on literal unions</td>
<td class="unreleased" align="center">Duplicate of <a href="#2598">2598</a></td>
<td class="full" align="center">Duplicate of <a href="#2598">2598</a></td>
</tr>
<tr class="open" id="2097">
<td><a href="https://cplusplus.github.io/CWG/issues/2097.html">2097</a></td>
Expand Down Expand Up @@ -15396,7 +15396,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2598.html">2598</a></td>
<td>C++23</td>
<td>Unions should not require a non-static data member of literal type</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr id="2599">
<td><a href="https://cplusplus.github.io/CWG/issues/2599.html">2599</a></td>
Expand Down Expand Up @@ -15726,7 +15726,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2653.html">2653</a></td>
<td>C++23</td>
<td>Can an explicit object parameter have a default argument?</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr id="2654">
<td><a href="https://cplusplus.github.io/CWG/issues/2654.html">2654</a></td>
Expand Down Expand Up @@ -15840,7 +15840,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2672.html">2672</a></td>
<td>DR</td>
<td>Lambda body SFINAE is still required, contrary to intent and note</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr id="2673">
<td><a href="https://cplusplus.github.io/CWG/issues/2673.html">2673</a></td>
Expand Down Expand Up @@ -15930,7 +15930,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2687.html">2687</a></td>
<td>C++23</td>
<td>Calling an explicit object member function via an address-of-overload-set</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr class="open" id="2688">
<td><a href="https://cplusplus.github.io/CWG/issues/2688.html">2688</a></td>
Expand Down Expand Up @@ -16542,7 +16542,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2789.html">2789</a></td>
<td>DR</td>
<td>Overload resolution with implicit and explicit object member functions</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr class="open" id="2790">
<td><a href="https://cplusplus.github.io/CWG/issues/2790.html">2790</a></td>
Expand Down
10 changes: 5 additions & 5 deletions clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Unevaluated strings</td>
<td><a href="https://wg21.link/P2361R6">P2361R6</a></td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td>Add @, $, and ` to the basic character set</td>
Expand Down Expand Up @@ -145,13 +145,13 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Placeholder variables with no name</td>
<td><a href="https://wg21.link/P2169R4">P2169R4</a></td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<!-- Fall 2023 papers (Kona) -->
<tr>
<td>Template parameter initialization</td>
<td><a href="https://wg21.link/P2308R1">P2308R1</a> (<a href="#dr">DR</a>)</td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td>Pack Indexing</td>
Expand All @@ -161,7 +161,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Remove Deprecated Arithmetic Conversion on Enumerations</td>
<td><a href="https://wg21.link/P2864R2">P2864R2</a></td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>

</table>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
<tr>
<td rowspan=2>Deducing this</td>
<td><a href="https://wg21.link/P0847R7">P0847R7</a></td>
<td class="unreleased" align="center">Clang 18</td>
<td class="full" align="center">Clang 18</td>
</tr>
<tr>
<td><a href="https://wg21.link/P2797R0">P2797R0</a></td>
Expand Down
3 changes: 1 addition & 2 deletions clang/www/make_cxx_dr_status
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /usr/bin/env python3
import sys, os, re, urllib.request

latest_release = 18

clang_www_dir = os.path.dirname(__file__)
default_issue_list_path = os.path.join(clang_www_dir, 'cwg_index.html')
Expand Down Expand Up @@ -127,8 +128,6 @@ out_file.write('''\
<th>Available in Clang?</th>
</tr>''')

latest_release = 17

class AvailabilityError(RuntimeError):
pass

Expand Down

0 comments on commit 33e3121

Please sign in to comment.