This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 65a6a445a A little cleanup in ObjectFileMachO::GetSDKVersion. This meth [...] new 02aaf9125 Change AddressClass type from 'enum' to 'enum class'.
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/Address.h | 6 +- include/lldb/Core/Disassembler.h | 10 +-- include/lldb/Target/Target.h | 8 +-- include/lldb/lldb-enumerations.h | 14 ++-- source/API/SBAddress.cpp | 2 +- source/API/SBFrame.cpp | 2 +- source/API/SBInstruction.cpp | 2 +- source/Core/Address.cpp | 8 +-- source/Core/Disassembler.cpp | 4 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 6 +- .../Instruction/ARM/EmulateInstructionARM.cpp | 6 +- .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 4 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 30 ++++----- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 74 +++++++++++----------- .../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 8 +-- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 6 +- source/Symbol/ObjectFile.cpp | 74 +++++++++++----------- source/Target/Platform.cpp | 8 +-- source/Target/RegisterContext.cpp | 2 +- source/Target/StackFrame.cpp | 2 +- source/Target/StackFrameList.cpp | 4 +- source/Target/Target.cpp | 46 +++++++------- 23 files changed, 164 insertions(+), 164 deletions(-)