Skip to content

Commit 5a939a7

Browse files
committed
Fix clang version
1 parent f5681cd commit 5a939a7

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

clang/test/CXX/drs/cwg25xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum E2 : S<E2>::I { e };
3232
#endif
3333
} // namespace cwg2516
3434

35-
namespace cwg2517 { // cwg2517: 23
35+
namespace cwg2517 { // cwg2517: 21
3636
#if __cplusplus >= 202302L
3737
template<typename ArrayType>
3838
concept LargeArray = requires (ArrayType my_array) {

clang/www/cxx_dr_status.html

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12529,11 +12529,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1252912529
<td>Direct or copy initialization for omitted aggregate initializers</td>
1253012530
<td class="unknown" align="center">Unknown</td>
1253112531
</tr>
12532-
<tr class="open" id="2117">
12532+
<tr id="2117">
1253312533
<td><a href="https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
12534-
<td>open</td>
12534+
<td>NAD</td>
1253512535
<td>Explicit specializations and <TT>constexpr</TT> function templates</td>
12536-
<td align="center">Not resolved</td>
12536+
<td class="unknown" align="center">Unknown</td>
1253712537
</tr>
1253812538
<tr class="open" id="2118">
1253912539
<td><a href="https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td>
@@ -14937,7 +14937,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1493714937
<td><a href="https://cplusplus.github.io/CWG/issues/2517.html">2517</a></td>
1493814938
<td>C++23</td>
1493914939
<td>Useless restriction on use of parameter in <I>constraint-expression</I></td>
14940-
<td class="full" align="center">Clang 23</td>
14940+
<td class="unreleased" align="center">Clang 21</td>
1494114941
</tr>
1494214942
<tr id="2518">
1494314943
<td><a href="https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td>
@@ -17909,6 +17909,42 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1790917909
<td>open</td>
1791017910
<td>Missing Annex C entry for <TT>void</TT> object declarations</td>
1791117911
<td align="center">Not resolved</td>
17912+
</tr>
17913+
<tr class="open" id="3009">
17914+
<td><a href="https://cplusplus.github.io/CWG/issues/3009.html">3009</a></td>
17915+
<td>open</td>
17916+
<td>Unclear rules for constant initialization</td>
17917+
<td align="center">Not resolved</td>
17918+
</tr>
17919+
<tr class="open" id="3010">
17920+
<td><a href="https://cplusplus.github.io/CWG/issues/3010.html">3010</a></td>
17921+
<td>open</td>
17922+
<td>constexpr placement-new should require transparent replaceability</td>
17923+
<td align="center">Not resolved</td>
17924+
</tr>
17925+
<tr class="open" id="3011">
17926+
<td><a href="https://cplusplus.github.io/CWG/issues/3011.html">3011</a></td>
17927+
<td>open</td>
17928+
<td>Parenthesized aggregate initialization for <I>new-expression</I>s</td>
17929+
<td align="center">Not resolved</td>
17930+
</tr>
17931+
<tr class="open" id="3012">
17932+
<td><a href="https://cplusplus.github.io/CWG/issues/3012.html">3012</a></td>
17933+
<td>open</td>
17934+
<td>Deviating <TT>constexpr</TT> or <TT>consteval</TT> across translation units</td>
17935+
<td align="center">Not resolved</td>
17936+
</tr>
17937+
<tr class="open" id="3013">
17938+
<td><a href="https://cplusplus.github.io/CWG/issues/3013.html">3013</a></td>
17939+
<td>open</td>
17940+
<td>Disallowing macros for <TT>#embed</TT> parameters</td>
17941+
<td align="center">Not resolved</td>
17942+
</tr>
17943+
<tr class="open" id="3014">
17944+
<td><a href="https://cplusplus.github.io/CWG/issues/3014.html">3014</a></td>
17945+
<td>open</td>
17946+
<td>Comma-delimited vs. comma-separated output for <TT>#embed</TT></td>
17947+
<td align="center">Not resolved</td>
1791217948
</tr></table>
1791317949

1791417950
</div>

0 commit comments

Comments
 (0)