[Lldb-commits] [PATCH] D143501: [WIP][clang][DebugInfo] lldb: Use preferred name's type when emitting DW_AT_names
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 8 10:43:49 PST 2023
Michael137 added a comment.
In D143501#4113347 <https://reviews.llvm.org/D143501#4113347>, @aprantl wrote:
> Nice! Does `expr -- std::basic_string<char> s` still work after this change? Not that anyone would want to type this over `std::string` ...
Yup that still works. We would still emit it as `basic_string` if that was typed out in the source and that's how LLDB would show it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143501/new/
https://reviews.llvm.org/D143501
More information about the lldb-commits
mailing list