[Lldb-commits] [RFC] Type lookup for template types is broken...
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue May 8 09:17:41 PDT 2018
On Tue, 8 May 2018 at 17:12, via lldb-commits <lldb-commits at lists.llvm.org>
wrote:
> So…. if the name in the type entry did not include the <params> then the
indexing would automatically do what you want; you would need to
reconstruct the <params> from the template parameter children of the DIE.
Would that help?
> On the LLVM side we have debated the merits of <params> in the name back
and forth. I would have to investigate the current state of the world; I
know that for PS4 we prefer to have the children and not put <params> in
the name, while others prefer it the other way around. If LLDB came out
preferring not to have a decorated name, it should not be hard to
accommodate that in Clang.
I like this idea.
More information about the lldb-commits
mailing list