This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0a255d574 [CMake] Remove dead code and outdated comments new 1ee3321bf [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
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/Symbol/SymbolFile.h | 21 +++--- include/lldb/Symbol/SymbolVendor.h | 18 ++--- source/Core/Module.cpp | 28 +++---- source/Core/SearchFilter.cpp | 4 +- source/Plugins/SymbolFile/DWARF/DWARFASTParser.h | 3 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 34 ++++----- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 7 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 65 ++++++++--------- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 29 +++----- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 65 +++++++++-------- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 31 ++++---- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 42 ++++------- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 16 ++-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 85 +++++++++------------- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 25 +++---- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 26 +++---- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 21 ++---- source/Symbol/CompileUnit.cpp | 23 ++---- source/Symbol/SymbolVendor.cpp | 31 ++++---- 19 files changed, 255 insertions(+), 319 deletions(-)