This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 225f36f11 [lldb] [lit] Pass --mode=compile to fix compiler-full-path.test new 95d1df935 Delete unnecessary copy ctors/copy assignment operators
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/ModuleChild.h | 6 ------ include/lldb/Core/SearchFilter.h | 8 -------- include/lldb/Core/ValueObjectList.h | 7 ------- include/lldb/DataFormatters/TypeSummary.h | 3 --- include/lldb/Expression/DWARFExpression.h | 3 --- include/lldb/Host/SocketAddress.h | 1 - include/lldb/Symbol/SymbolContext.h | 8 -------- include/lldb/Symbol/Type.h | 14 ++------------ include/lldb/Target/ThreadSpec.h | 4 ---- include/lldb/Utility/Broadcaster.h | 2 -- include/lldb/Utility/Status.h | 1 - include/lldb/Utility/StringExtractor.h | 4 ---- include/lldb/Utility/StringLexer.h | 2 -- source/Core/ModuleChild.cpp | 3 --- source/Core/SearchFilter.cpp | 14 -------------- source/Core/ValueObjectList.cpp | 7 ------- source/DataFormatters/TypeSummary.cpp | 10 ---------- source/Expression/DWARFExpression.cpp | 5 ----- source/Host/common/SocketAddress.cpp | 4 ---- source/Symbol/SymbolContext.cpp | 5 ----- source/Symbol/Type.cpp | 24 ------------------------ source/Target/ThreadSpec.cpp | 12 ------------ source/Utility/Broadcaster.cpp | 2 -- source/Utility/Status.cpp | 2 -- source/Utility/StringExtractor.cpp | 13 ------------- source/Utility/StringLexer.cpp | 3 --- tools/intel-features/intel-pt/PTDecoder.cpp | 12 ------------ tools/intel-features/intel-pt/PTDecoder.h | 10 +--------- tools/lldb-perf/lib/MemoryGauge.cpp | 13 ------------- tools/lldb-perf/lib/MemoryGauge.h | 3 --- 30 files changed, 3 insertions(+), 202 deletions(-)