[Lldb-commits] [PATCH] D111715: [WIP] [lldb] change name demangling to be consistent between windows and linx

Nico Weber via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 16 09:27:55 PDT 2021


thakis added a comment.

I don't have an opinion on this change and I don't mind the demangler change, but isn't the type information helpful? The mangled itanium name doesn't include type information which is why it's not printed, but the mangled ms name does include it.

But as I said, I don't have an opinion either way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111715



More information about the lldb-commits mailing list