This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 96093ec72 Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp [...] new 7131577b5 Revert Extend FindTypes with CompilerContext to allow filteri [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/PluginManager.h | 41 ++++++---- include/lldb/Symbol/ClangASTContext.h | 5 +- include/lldb/Symbol/SymbolFile.h | 7 +- include/lldb/Symbol/TypeSystem.h | 20 +---- include/lldb/Target/Language.h | 9 ++- include/lldb/lldb-private-interfaces.h | 5 ++ lit/SymbolFile/DWARF/compilercontext.ll | 13 ++-- source/Core/Debugger.cpp | 10 ++- source/Core/PluginManager.cpp | 87 ++++++++++++++-------- source/Interpreter/OptionValueLanguage.cpp | 16 ++-- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 3 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 4 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 9 +-- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 3 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 5 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 4 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 5 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 3 +- source/Symbol/ClangASTContext.cpp | 50 ++++++------- source/Symbol/SymbolFile.cpp | 3 +- source/Symbol/TypeSystem.cpp | 17 ----- source/Target/Language.cpp | 24 ++++-- source/Target/Target.cpp | 39 ++++++---- tools/lldb-test/lldb-test.cpp | 11 +-- 25 files changed, 198 insertions(+), 201 deletions(-)