This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 29b291e9f Remove accidentally committed duplicate code new ebf501738 [NFC] Refactor SetBaseClasses and DeleteBaseClasses. new 2f158dc53 Don't type-erase the SymbolContextItem enumeration. new 756dfffd2 Don't type-erase the FunctionNameType or TypeClass enums.
The 3 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/Breakpoint/BreakpointResolverName.h | 14 ++-- include/lldb/Core/Address.h | 6 +- include/lldb/Core/Module.h | 63 +++++++++--------- include/lldb/Core/ModuleList.h | 22 +++---- include/lldb/Symbol/ClangASTContext.h | 12 ++-- include/lldb/Symbol/CompileUnit.h | 2 +- include/lldb/Symbol/SymbolFile.h | 11 ++-- include/lldb/Symbol/SymbolVendor.h | 13 ++-- include/lldb/Target/StackFrame.h | 2 +- include/lldb/Target/Target.h | 32 +++++---- include/lldb/lldb-enumerations.h | 76 +++++++++++++++------- source/API/SBAddress.cpp | 3 +- source/API/SBCompileUnit.cpp | 26 ++++---- source/API/SBFrame.cpp | 4 +- source/API/SBModule.cpp | 27 ++++---- source/API/SBTarget.cpp | 44 +++++++------ source/Breakpoint/BreakpointResolverName.cpp | 23 ++++--- source/Commands/CommandObjectBreakpoint.cpp | 4 +- source/Commands/CommandObjectSource.cpp | 4 +- source/Core/Address.cpp | 5 +- source/Core/Disassembler.cpp | 6 +- source/Core/Module.cpp | 34 +++++----- source/Core/ModuleList.cpp | 18 ++--- source/Core/SourceManager.cpp | 3 +- source/Expression/IRExecutionUnit.cpp | 5 +- .../Plugins/Architecture/Mips/ArchitectureMips.cpp | 3 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 2 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 3 +- .../Process/Utility/RegisterContextLLDB.cpp | 9 ++- .../Process/Utility/UnwindMacOSXFrameBackchain.cpp | 4 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 36 +++++----- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 20 +++--- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 15 ++--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 11 ++-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 12 ++-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 11 ++-- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 9 ++- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 10 +-- .../SymbolFile/NativePDB/UdtRecordCompleter.cpp | 11 ++-- .../SymbolFile/NativePDB/UdtRecordCompleter.h | 2 +- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 25 ++++--- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 +-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 11 ++-- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 4 +- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 4 +- source/Symbol/ClangASTContext.cpp | 50 +++++++------- source/Symbol/CompileUnit.cpp | 3 +- source/Symbol/SymbolFile.cpp | 4 +- source/Symbol/SymbolVendor.cpp | 8 +-- source/Target/StackFrame.cpp | 7 +- source/Target/Target.cpp | 29 +++++---- unittests/Symbol/TestClangASTContext.cpp | 25 +++---- 52 files changed, 432 insertions(+), 363 deletions(-)