[libcxx-commits] [libcxxabi] [llvm] [libc++abi] Enable demangling of `cp` expression production (PR #114882)

Hubert Tong via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 5 08:42:09 PST 2024


================
@@ -30371,24 +30372,22 @@ void test_invalid_cases()
     assert(!passed && "demangle did not fail");
 }
 
-const char *xfail_cases[] = {
-    // FIXME: Why does clang generate the "cp" expr?
-    "_ZN5test11bIsEEDTcp3foocvT__EEES1_",
+const char *const xfail_cases[] = {
----------------
hubert-reinterpretcast wrote:

> What's going on with the style of this file? My trigger finger is itching to run clang-format on this whole file.

I don't know, but I guess it should be a separate commit that then gets added to https://github.com/llvm/llvm-project/blob/main/.git-blame-ignore-revs.

I'll put that in first to make the review here easier?


https://github.com/llvm/llvm-project/pull/114882


More information about the libcxx-commits mailing list