[PATCH] D145492: [libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structures

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 16:18:07 PST 2023


Michael137 added inline comments.


================
Comment at: llvm/test/tools/llvm-cxxfilt/abitag.test:7
+CHECK-NEXT: global[abi:Tag]::global()
+CHECK-NEXT: global[abi:Tag]::~global()
----------------
ldionne wrote:
> Would it make sense to add a test to `libcxxabi/test/test_demangle.pass.cpp` as well? I think that's where those are usually added.
Good idea, will do


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145492/new/

https://reviews.llvm.org/D145492



More information about the llvm-commits mailing list