Skip to content

Commit c7d404e

Browse files
authored
[clang] Update cxx_dr_status.html (#77372)
This patch updates `cxx_dr_status.html` to bring it in sync with Core Issues List Revision 113.
1 parent 51afb10 commit c7d404e

File tree

5 files changed

+552
-186
lines changed

5 files changed

+552
-186
lines changed

clang/test/CXX/drs/dr24xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void fallthrough(int n) {
4545
#endif
4646
}
4747

48-
namespace dr2450 { // dr2450: 18 drafting
48+
namespace dr2450 { // dr2450: 18 review
4949
#if __cplusplus >= 202302L
5050
struct S {int a;};
5151
template <S s>

clang/test/CXX/drs/dr25xx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ using ::dr2521::operator""_div;
8383

8484

8585
#if __cplusplus >= 202302L
86-
namespace dr2553 { // dr2553: 18
86+
namespace dr2553 { // dr2553: 18 review
8787
struct B {
8888
virtual void f(this B&);
8989
// since-cxx23-error@-1 {{an explicit object parameter cannot appear in a virtual function}}
@@ -143,7 +143,7 @@ void foo() {
143143
#endif
144144

145145

146-
namespace dr2565 { // dr2565: 16
146+
namespace dr2565 { // dr2565: 16 open
147147
#if __cplusplus >= 202002L
148148
template<typename T>
149149
concept C = requires (typename T::type x) {

clang/test/CXX/drs/dr26xx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using enum E;
2424
#endif
2525
}
2626

27-
namespace dr2628 { // dr2628: no open
27+
namespace dr2628 { // dr2628: no
2828
// this was reverted for the 16.x release
2929
// due to regressions, see the issue for more details:
3030
// https://github.com/llvm/llvm-project/issues/60777
@@ -197,7 +197,7 @@ J j = { "ghi" };
197197
#endif
198198
}
199199

200-
namespace dr2672 { // dr2672: 18 open
200+
namespace dr2672 { // dr2672: 18
201201
#if __cplusplus >= 202002L
202202
template <class T>
203203
void f(T) requires requires { []() { T::invalid; } (); };

clang/test/CXX/drs/dr27xx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// expected-no-diagnostics
1111
#endif
1212

13-
namespace dr2789 { // dr2789: 18 open
13+
namespace dr2789 { // dr2789: 18
1414
#if __cplusplus >= 202302L
1515
template <typename T = int>
1616
struct Base {
@@ -42,7 +42,7 @@ void test() {
4242
#endif
4343
}
4444

45-
namespace dr2798 { // dr2798: 17 drafting
45+
namespace dr2798 { // dr2798: 17
4646
#if __cpp_static_assert >= 202306
4747
struct string {
4848
constexpr string() {

0 commit comments

Comments
 (0)