Skip to content

Commit 1c27bc9

Browse files
committed
fixup! update test-cases
1 parent ff8b2a5 commit 1c27bc9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

libcxxabi/test/DemangleTestCases.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29625,8 +29625,8 @@
2962529625
{"_Z1fM1AKFvvE", "f(void (A::*)() const)"},
2962629626
{"_ZNR1X1fEv", "X::f() &"},
2962729627
{"_ZNKO1X1hEv", "X::h() const &&"},
29628-
// {"_Z1fM1XVKFivEMS_VFivEMS_KOFivE", "f(int (X::*)() const volatile, int (X::*)() volatile, int (X::*)() const &&)"},
29629-
// {"_Z1fM1XRFivEMS_OFivEMS_KOFivE", "f(int (X::*)() &, int (X::*)() &&, int (X::*)() const &&)"},
29628+
// {"_Z1fM1XVKFivEMS_VFivEMS_KOFivE", "f(int (X::*)() const volatile, int (X::*)() volatile, int (X::*)() const &&)"},
29629+
// {"_Z1fM1XRFivEMS_OFivEMS_KOFivE", "f(int (X::*)() &, int (X::*)() &&, int (X::*)() const &&)"},
2963029630
{"_Z1fM1XKFivOE", "f(int (X::*)() const &&)"},
2963129631
{"_Z1fM1XKFivOEMS_FOKivEMS_VFS3_RS2_E", "f(int (X::*)() const &&, int const&& (X::*)(), int const&& (X::*)(int const&) volatile)"},
2963229632
{"_ZN5test12f0ENS_1TILZNS_1xEEEE", "test1::f0(test1::T<test1::x>)"},
@@ -30216,4 +30216,6 @@
3021630216

3021730217
{"_Z3fooPU9__ptrauthILj3ELb1ELj234EEPi", "foo(int* __ptrauth<3u, true, 234u>*)"},
3021830218
{"_Z3fooIPU9__ptrauthILj1ELb0ELj64EEPiEvT_", "void foo<int* __ptrauth<1u, false, 64u>*>(int* __ptrauth<1u, false, 64u>*)"},
30219+
30220+
{"_ZN1CpmEi", "C::operator->*(int)"},
3021930221
// clang-format on

llvm/include/llvm/Testing/Demangle/DemangleTestCases.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29625,8 +29625,8 @@
2962529625
{"_Z1fM1AKFvvE", "f(void (A::*)() const)"},
2962629626
{"_ZNR1X1fEv", "X::f() &"},
2962729627
{"_ZNKO1X1hEv", "X::h() const &&"},
29628-
// {"_Z1fM1XVKFivEMS_VFivEMS_KOFivE", "f(int (X::*)() const volatile, int (X::*)() volatile, int (X::*)() const &&)"},
29629-
// {"_Z1fM1XRFivEMS_OFivEMS_KOFivE", "f(int (X::*)() &, int (X::*)() &&, int (X::*)() const &&)"},
29628+
// {"_Z1fM1XVKFivEMS_VFivEMS_KOFivE", "f(int (X::*)() const volatile, int (X::*)() volatile, int (X::*)() const &&)"},
29629+
// {"_Z1fM1XRFivEMS_OFivEMS_KOFivE", "f(int (X::*)() &, int (X::*)() &&, int (X::*)() const &&)"},
2963029630
{"_Z1fM1XKFivOE", "f(int (X::*)() const &&)"},
2963129631
{"_Z1fM1XKFivOEMS_FOKivEMS_VFS3_RS2_E", "f(int (X::*)() const &&, int const&& (X::*)(), int const&& (X::*)(int const&) volatile)"},
2963229632
{"_ZN5test12f0ENS_1TILZNS_1xEEEE", "test1::f0(test1::T<test1::x>)"},
@@ -30216,4 +30216,6 @@
3021630216

3021730217
{"_Z3fooPU9__ptrauthILj3ELb1ELj234EEPi", "foo(int* __ptrauth<3u, true, 234u>*)"},
3021830218
{"_Z3fooIPU9__ptrauthILj1ELb0ELj64EEPiEvT_", "void foo<int* __ptrauth<1u, false, 64u>*>(int* __ptrauth<1u, false, 64u>*)"},
30219+
30220+
{"_ZN1CpmEi", "C::operator->*(int)"},
3021930221
// clang-format on

0 commit comments

Comments
 (0)