This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 02aaf9125 Change AddressClass type from 'enum' to 'enum class'. new 299476ce0 Represent invalid UUIDs as UUIDs with length zero
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/DataExtractor.h | 16 ------ include/lldb/Utility/UUID.h | 49 ++++++++++++----- source/API/SBModuleSpec.cpp | 3 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 4 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 10 ++-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 23 ++++---- source/Plugins/Process/minidump/MinidumpParser.cpp | 15 +---- source/Utility/DataExtractor.cpp | 18 ------ source/Utility/UUID.cpp | 64 +++------------------- .../GDBRemoteCommunicationClientTest.cpp | 6 +- unittests/Utility/UUIDTest.cpp | 45 +++++++++++++-- 12 files changed, 111 insertions(+), 144 deletions(-)