[Lldb-commits] [PATCH] D79752: [lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 11 16:12:57 PDT 2020


xiaobai created this revision.
xiaobai added reviewers: teemperor, labath, JDevlieghere.
Herald added subscribers: yaxunl, mgorny.
Herald added a project: LLDB.

This is another step in moving plugin dependencies out of non-plugins.
Target doesn't need to know about this, and ClangPersistentVariables is
available in all situations where you want to access
ClangModulesDeclVendor.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79752

Files:
  lldb/include/lldb/Target/Target.h
  lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
  lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  lldb/source/Target/CMakeLists.txt
  lldb/source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79752.263301.patch
Type: text/x-patch
Size: 13377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200511/cf214b00/attachment.bin>


More information about the lldb-commits mailing list