[PATCH] D59485: [ASTImporter] Allow adding a import strategy to the ASTImporter

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 02:50:40 PDT 2019


teemperor planned changes to this revision.
teemperor added a comment.

I think we could also refactor the strategy into a `PreImport` call. That way we don't break all the user-code out there and it seems less intrusive to the ASTImporter code. I'll update the patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59485/new/

https://reviews.llvm.org/D59485





More information about the cfe-commits mailing list