This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 02184ba99 Unify the two CRC implementations new 6de08ea59 Remove the is_mangled flag from Mangled and Symbol
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/Mangled.h | 20 -------------------- include/lldb/Symbol/Function.h | 2 +- include/lldb/Symbol/Symbol.h | 5 ++--- source/API/SBType.cpp | 2 +- source/Core/Mangled.cpp | 16 ---------------- source/Expression/IRExecutionUnit.cpp | 4 ++-- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 8 +------- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 4 ++-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 1 - source/Symbol/Function.cpp | 5 +++-- source/Symbol/Symbol.cpp | 9 ++++----- unittests/Core/MangledTest.cpp | 8 ++------ 13 files changed, 19 insertions(+), 67 deletions(-)