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

Gabor Marton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 10:58:07 PDT 2019


martong added inline comments.


================
Comment at: lldb/include/lldb/Symbol/ClangASTImporter.h:328
     clang::ASTContext *m_dst_ctx;
-    MinionMap m_minions;
+    DelegateMap m_minions;
     OriginMap m_origins;
----------------
Would it make sense to rename the variables too? E.g. `m_delegates`?


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