[Lldb-commits] [PATCH] D69309: Support template instantiation in the expression evaluator
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 17 01:54:55 PST 2019
labath added a comment.
In D69309#1787468 <https://reviews.llvm.org/D69309#1787468>, @jarin wrote:
> What Fred proposes makes a lot of sense to me, although the lookup of instantiations might be slow because there would be no accelerator for that (but we could build one).
Do we ever lookup instantiations through this API? Seems pretty fragile, due to all the template brackets and all kinds of whitespace one could insert between them...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69309/new/
https://reviews.llvm.org/D69309
More information about the lldb-commits
mailing list