This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 599a57be2 [ExpressionParser] Reserve size before copying over args new ca4ed0414 [Scalar] Implement operator!= using operator==. new 99ab3ff6c [Scalar] Simplify as Jonas suggested. NFCI. new 6d3aae83d [NFC] Replace `compare` with (in)equality operator where applicable.
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: source/Core/IOHandler.cpp | 2 +- source/Core/Module.cpp | 2 +- source/Host/common/XML.cpp | 2 +- source/Interpreter/CommandAlias.cpp | 3 +- source/Interpreter/CommandInterpreter.cpp | 4 +-- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 3 +- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 12 ++++---- source/Symbol/ClangASTContext.cpp | 2 +- source/Symbol/TypeList.cpp | 3 +- source/Symbol/TypeMap.cpp | 3 +- source/Utility/Scalar.cpp | 32 +--------------------- tools/debugserver/source/RNBRemote.cpp | 14 +++++----- tools/lldb-mi/MICmdArgValConsume.cpp | 2 +- tools/lldb-mi/MIDriver.cpp | 17 ++++++------ tools/lldb-mi/MIDriverMgr.cpp | 20 ++++++-------- unittests/Utility/ScalarTest.cpp | 28 +++++++++++++++++++ 17 files changed, 71 insertions(+), 80 deletions(-)