This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4cf43de76 Remove unused const version of CommandInterpreter::GetCommand [...] new 6754444a2 [Utility] Modernize C-style cats
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/Utility/Args.h | 8 +- include/lldb/Utility/Endian.h | 2 +- include/lldb/Utility/Flags.h | 2 +- include/lldb/Utility/RegisterValue.h | 3 +- include/lldb/Utility/Scalar.h | 40 +++--- source/Utility/Args.cpp | 4 +- source/Utility/DataBufferHeap.cpp | 6 +- source/Utility/DataEncoder.cpp | 7 +- source/Utility/DataExtractor.cpp | 74 ++++++----- source/Utility/Event.cpp | 2 +- source/Utility/JSON.cpp | 14 +- source/Utility/RegisterValue.cpp | 23 ++-- source/Utility/Scalar.cpp | 249 ++++++++++++++++++----------------- source/Utility/Stream.cpp | 32 ++--- source/Utility/StreamGDBRemote.cpp | 2 +- source/Utility/StringExtractor.cpp | 20 +-- 16 files changed, 263 insertions(+), 225 deletions(-)