[Lldb-commits] [PATCH] D61299: Rename Minion to ASTImporterDelegate

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 08:43:08 PDT 2019


aprantl accepted this revision.
aprantl added inline comments.


================
Comment at: lldb/include/lldb/Symbol/ClangASTImporter.h:238
 
-  class Minion : public clang::ASTImporter {
+  class ASTImporterDelegate : public clang::ASTImporter {
   public:
----------------
Is there some sort of doxygen comment we could add here?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D61299





More information about the lldb-commits mailing list