[Lldb-commits] [PATCH] D69309: Support template instantiation in the expression evaluator
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 01:28:38 PST 2019
teemperor added reviewers: rsmith, v.g.vassilev.
teemperor added a comment.
I think this approach looks already much more feasible than the last iteration.
+Richard because he knows better how `FindClassTemplateSpecialization` should look like to fit into the other lookup mechanisms we have in the ExternalASTSource (and I guess there is some more work needed to not violate some AST invariants and do this lookup in the right places). And +Vassil because he is probably also interested in having something like this for Modules at some point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69309/new/
https://reviews.llvm.org/D69309
More information about the lldb-commits
mailing list