This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 15bae12 Skip a test on darwin. new 293abd3 Make lldb -Werror clean for -Wstring-conversion new bf282b7 Fix -Wunused-function warning by preprocessor conditionalizin [...] new 47a5be1 Fixes for Clang API changes to use std::shared_ptr
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/Core/MappedHash.h | 3 +- source/Core/DataEncoder.cpp | 3 +- source/Core/ValueObjectMemory.cpp | 3 +- source/Expression/IRInterpreter.cpp | 36 ++++++++++------------ source/Host/windows/EditLineWin.cpp | 14 ++++----- source/Interpreter/OptionValueProperties.cpp | 3 +- .../Clang/ClangModulesDeclVendor.cpp | 33 ++++++++++---------- .../RenderScriptx86ABIFixups.cpp | 4 +-- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 3 +- source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 3 +- source/Plugins/Process/POSIX/CrashReason.cpp | 2 ++ .../Process/Utility/DynamicRegisterInfo.cpp | 2 +- .../Process/Utility/RegisterContextLLDB.cpp | 12 +++----- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 5 +-- .../Python/ScriptInterpreterPython.cpp | 7 +---- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 3 +- source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 7 ++--- .../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 3 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 +- .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 17 +++++----- source/Symbol/ClangASTContext.cpp | 5 ++- source/Symbol/Type.cpp | 6 ++-- source/Target/ABI.cpp | 3 +- source/Target/Platform.cpp | 5 ++- source/Target/StackFrameList.cpp | 3 +- tools/debugserver/source/DNBDataRef.cpp | 15 ++------- tools/driver/Platform.cpp | 9 ++---- tools/lldb-perf/lib/Results.cpp | 6 ++-- 28 files changed, 86 insertions(+), 132 deletions(-)