[all-commits] [llvm/llvm-project] c4f6fb: [lldb] Remove ClangASTImporter from Target
Alex via All-commits
all-commits at lists.llvm.org
Tue Jan 28 13:51:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4f6fbe971351273b19a4a819bf6ceae2b70b37e
https://github.com/llvm/llvm-project/commit/c4f6fbe971351273b19a4a819bf6ceae2b70b37e
Author: Alex Langford <apl at fb.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M lldb/include/lldb/Symbol/TypeSystemClang.h
M lldb/include/lldb/Target/Target.h
M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
M lldb/source/Symbol/TypeSystemClang.cpp
M lldb/source/Target/Target.cpp
Log Message:
-----------
[lldb] Remove ClangASTImporter from Target
Target is one of the classes responsible for vending ClangASTImporter.
Target doesn't need to know anything about ClangASTImporter, so if we
instead have ClangPersistentVariables vend it, we can preserve
existing behavior while improving layering and removing dependencies
from non-plugins to plugins.
More information about the All-commits
mailing list