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

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 28 02:46:29 PDT 2019


teemperor added inline comments.


================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:590
+          new RedirectingImporter(ToContext, ToFileManager, FromContext,
+                                  FromFileManager, MinimalImport, LookupTabl));
+    };
----------------
a_sidorin wrote:
> LookupTable?
Not sure if I can follow?


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

https://reviews.llvm.org/D59485





More information about the lldb-commits mailing list