This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4b0e8c9 Use llvm to do endian conversions. new eafd0d5 A few minor stylistic cleanups in StringExtractor.
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/ArchSpec.h | 5 +- include/lldb/Interpreter/Args.h | 7 +- include/lldb/Utility/StringExtractor.h | 23 +++--- source/Core/ArchSpec.cpp | 13 ++++ source/Interpreter/Args.cpp | 24 ++++-- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +- .../GDBRemoteCommunicationServerCommon.cpp | 5 +- .../GDBRemoteCommunicationServerLLGS.cpp | 12 +-- source/Utility/StringExtractor.cpp | 90 ++++++++-------------- unittests/Utility/StringExtractorTest.cpp | 38 ++++----- 10 files changed, 107 insertions(+), 114 deletions(-)