This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c88ca8751 LLGS: fix tracking execve on linux new 4d25731a3 SymbolVendor: Remove the type list member
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/Module.h | 7 ------- include/lldb/Symbol/SymbolFile.h | 8 ++++---- include/lldb/Symbol/SymbolVendor.h | 6 ------ include/lldb/Symbol/Type.h | 2 -- source/API/SBCompileUnit.cpp | 1 + source/Core/Module.cpp | 7 ------- source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +++--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 12 ++++-------- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 ++-- source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 6 +++--- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 +------- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 -- source/Symbol/SymbolFile.cpp | 10 ++++------ source/Symbol/SymbolVendor.cpp | 7 +------ source/Symbol/Type.cpp | 2 -- 15 files changed, 23 insertions(+), 65 deletions(-)