[PATCH] D59485: [ASTImporter] Add an ImportInternal method to allow customizing Import behavior.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 02:51:48 PDT 2019


martong added inline comments.


================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:590
+          new RedirectingImporter(ToContext, ToFileManager, FromContext,
+                                  FromFileManager, MinimalImport, LookupTabl));
+    };
----------------
teemperor wrote:
> a_sidorin wrote:
> > LookupTable?
> Not sure if I can follow?
I think Alexey's comment relates to the parameter in `ASTImporterOptionSpecificTestBase::ImporterConstructor`. There is a typo in the name of the parameter an 'e' is missing: `ASTImporterLookupTable *LookupTabl`


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

https://reviews.llvm.org/D59485





More information about the cfe-commits mailing list