[Lldb-commits] [PATCH] D59485: [ASTImporter] Add an ImportInternal method to allow customizing Import behavior.
Gabor Marton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 29 01:30:34 PDT 2019
martong accepted this revision.
martong added a comment.
In D59485#1446950 <https://reviews.llvm.org/D59485#1446950>, @a_sidorin wrote:
> Hello Raphael,
> I think we should accept this change. I don't see an easy way to merge the LLDB stuff into ASTImporter; also, this patch provides a good extension point for ASTImporter since it is designed to be a parent class. @martong @shafik Gabor, Shafik, what do you think?
Yes, I agree.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59485/new/
https://reviews.llvm.org/D59485
More information about the lldb-commits
mailing list