Skip to content

Commit 78a3115

Browse files
committed
Retarget clang 20
1 parent 95440d6 commit 78a3115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CXX/drs/cwg28xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ using U2 = decltype(&main);
3030
#endif
3131
} // namespace cwg2811
3232

33-
namespace cwg2813 { // cwg2813: 19
33+
namespace cwg2813 { // cwg2813: 20
3434
#if __cplusplus >= 202302L
3535
struct X {
3636
X() = default;

clang/www/cxx_dr_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16694,7 +16694,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1669416694
<td><a href="https://cplusplus.github.io/CWG/issues/2813.html">2813</a></td>
1669516695
<td>DR</td>
1669616696
<td>Class member access with prvalues</td>
16697-
<td class="unreleased" align="center">Clang 19</td>
16697+
<td class="unreleased" align="center">Clang 20</td>
1669816698
</tr>
1669916699
<tr class="open" id="2814">
1670016700
<td><a href="https://cplusplus.github.io/CWG/issues/2814.html">2814</a></td>

0 commit comments

Comments
 (0)