[PATCH] D53755: [ASTImporter] Remove import of definition from GetAlreadyImportedOrNull
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 28 01:36:09 PST 2018
martong added a subscriber: teemperor.
martong added a comment.
Hi @shafik ,
Thank you for your review. I have removed the call of `getPrimaryContext`.
Fortunately, we already have one patch for the `getPrimaryContext` related changes, made by @teemperor : https://reviews.llvm.org/D54898 . I have set that patch as the parent of this one (in the stack). Could you please take a look on that patch too?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53755/new/
https://reviews.llvm.org/D53755
More information about the cfe-commits
mailing list