[PATCH] D124010: [llvm-cxxfilt] Unable to demangle a template argument which happens to be a null pointer

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 07:13:01 PDT 2022


urnathan added a comment.

In D124010#3459710 <https://reviews.llvm.org/D124010#3459710>, @dblaikie wrote:

> Should Clang be changing to not use this mangling, so it uses a mangling that matches GCC?

That would be good.  I see  D122663 <https://reviews.llvm.org/D122663> is also changing the mangling, so this particular change wouldn't be in isolation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124010



More information about the llvm-commits mailing list