This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6cb8065cb [LLDB] Remove the unused variable oso_dwarf. new 2680b529d Make CompilerType::getBitSize() / getByteSize() return an opt [...] new 3ea227a67 Silence compiler warnings
The 2 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/Symbol/CompilerType.h | 5 +- include/lldb/Target/ProcessStructReader.h | 12 +- source/API/SBType.cpp | 8 +- source/Commands/CommandObjectMemory.cpp | 22 ++- source/Core/Value.cpp | 10 +- source/Core/ValueObject.cpp | 40 ++-- source/Core/ValueObjectConstResult.cpp | 9 +- source/Core/ValueObjectMemory.cpp | 4 +- source/Core/ValueObjectVariable.cpp | 3 +- source/DataFormatters/TypeFormat.cpp | 18 +- source/DataFormatters/VectorType.cpp | 13 +- source/Expression/Materializer.cpp | 13 +- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 32 ++-- .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 205 +++++++++++---------- source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 22 +-- source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 66 +++---- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 59 +++--- source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 44 ++--- source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 10 +- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 58 +++--- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 78 ++++---- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 54 +++--- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 39 ++-- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 71 +++---- .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 19 +- .../Plugins/Language/CPlusPlus/CxxStringTypes.cpp | 14 +- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 54 ++++-- source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp | 17 +- .../Language/CPlusPlus/LibCxxInitializerList.cpp | 11 +- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 34 ++-- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 7 +- .../AppleObjCClassDescriptorV2.cpp | 3 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 2 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 2 +- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleBridge.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 2 +- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 2 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 18 +- source/Symbol/ClangASTContext.cpp | 73 +++++--- source/Symbol/CompilerType.cpp | 83 +++++---- source/Symbol/Type.cpp | 3 +- 44 files changed, 706 insertions(+), 541 deletions(-)