[all-commits] [llvm/llvm-project] 32672b: Revert "Preserve the owning module information fro...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Apr 1 18:58:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32672b877dc1e05bc4489f2f4598f5472bc60576
https://github.com/llvm/llvm-project/commit/32672b877dc1e05bc4489f2f4598f5472bc60576
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerType.cpp
M lldb/source/Symbol/Type.cpp
M lldb/source/Symbol/TypeSystem.cpp
R lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/A.h
R lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
R lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/module.modulemap
M lldb/test/Shell/SymbolFile/DWARF/lit.local.cfg
R lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
Log Message:
-----------
Revert "Preserve the owning module information from DWARF in the synthesized AST"
This reverts commit 4354dfbdf5c8510a7ddff10ae67a28e16cf7cc79 while investigating bot fallout.
More information about the All-commits
mailing list