mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[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.
This commit is contained in:
parent
51afb10174
commit
c7d404ea72
@ -45,7 +45,7 @@ void fallthrough(int n) {
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace dr2450 { // dr2450: 18 drafting
|
||||
namespace dr2450 { // dr2450: 18 review
|
||||
#if __cplusplus >= 202302L
|
||||
struct S {int a;};
|
||||
template <S s>
|
||||
|
@ -83,7 +83,7 @@ using ::dr2521::operator""_div;
|
||||
|
||||
|
||||
#if __cplusplus >= 202302L
|
||||
namespace dr2553 { // dr2553: 18
|
||||
namespace dr2553 { // dr2553: 18 review
|
||||
struct B {
|
||||
virtual void f(this B&);
|
||||
// since-cxx23-error@-1 {{an explicit object parameter cannot appear in a virtual function}}
|
||||
@ -143,7 +143,7 @@ void foo() {
|
||||
#endif
|
||||
|
||||
|
||||
namespace dr2565 { // dr2565: 16
|
||||
namespace dr2565 { // dr2565: 16 open
|
||||
#if __cplusplus >= 202002L
|
||||
template<typename T>
|
||||
concept C = requires (typename T::type x) {
|
||||
|
@ -24,7 +24,7 @@ using enum E;
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace dr2628 { // dr2628: no open
|
||||
namespace dr2628 { // dr2628: no
|
||||
// this was reverted for the 16.x release
|
||||
// due to regressions, see the issue for more details:
|
||||
// https://github.com/llvm/llvm-project/issues/60777
|
||||
@ -197,7 +197,7 @@ J j = { "ghi" };
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace dr2672 { // dr2672: 18 open
|
||||
namespace dr2672 { // dr2672: 18
|
||||
#if __cplusplus >= 202002L
|
||||
template <class T>
|
||||
void f(T) requires requires { []() { T::invalid; } (); };
|
||||
|
@ -10,7 +10,7 @@
|
||||
// expected-no-diagnostics
|
||||
#endif
|
||||
|
||||
namespace dr2789 { // dr2789: 18 open
|
||||
namespace dr2789 { // dr2789: 18
|
||||
#if __cplusplus >= 202302L
|
||||
template <typename T = int>
|
||||
struct Base {
|
||||
@ -42,7 +42,7 @@ void test() {
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace dr2798 { // dr2798: 17 drafting
|
||||
namespace dr2798 { // dr2798: 17
|
||||
#if __cpp_static_assert >= 202306
|
||||
struct string {
|
||||
constexpr string() {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user