[all-commits] [llvm/llvm-project] 866b7a: [lldb] Replace empty ctor en dtor bodies with =def...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 22:59:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 866b7a651949f373a3b191f5fee3a7fe0a2709be
https://github.com/llvm/llvm-project/commit/866b7a651949f373a3b191f5fee3a7fe0a2709be
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/API/SBAddress.cpp
M lldb/source/API/SBAttachInfo.cpp
M lldb/source/API/SBBreakpoint.cpp
M lldb/source/API/SBBreakpointLocation.cpp
M lldb/source/API/SBData.cpp
M lldb/source/API/SBDeclaration.cpp
M lldb/source/API/SBError.cpp
M lldb/source/API/SBEvent.cpp
M lldb/source/API/SBExecutionContext.cpp
M lldb/source/API/SBExpressionOptions.cpp
M lldb/source/API/SBFile.cpp
M lldb/source/API/SBFileSpec.cpp
M lldb/source/API/SBFileSpecList.cpp
M lldb/source/API/SBInstruction.cpp
M lldb/source/API/SBInstructionList.cpp
M lldb/source/API/SBLaunchInfo.cpp
M lldb/source/API/SBLineEntry.cpp
M lldb/source/API/SBListener.cpp
M lldb/source/API/SBMemoryRegionInfo.cpp
M lldb/source/API/SBMemoryRegionInfoList.cpp
M lldb/source/API/SBModule.cpp
M lldb/source/API/SBModuleSpec.cpp
M lldb/source/API/SBPlatform.cpp
M lldb/source/API/SBProcess.cpp
M lldb/source/API/SBProcessInfo.cpp
M lldb/source/API/SBQueue.cpp
M lldb/source/API/SBSection.cpp
M lldb/source/API/SBSourceManager.cpp
M lldb/source/API/SBStream.cpp
M lldb/source/API/SBStringList.cpp
M lldb/source/API/SBStructuredData.cpp
M lldb/source/API/SBSymbolContext.cpp
M lldb/source/API/SBSymbolContextList.cpp
M lldb/source/API/SBTarget.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/API/SBThreadCollection.cpp
M lldb/source/API/SBThreadPlan.cpp
M lldb/source/API/SBType.cpp
M lldb/source/API/SBTypeCategory.cpp
M lldb/source/API/SBTypeEnumMember.cpp
M lldb/source/API/SBTypeFilter.cpp
M lldb/source/API/SBTypeFormat.cpp
M lldb/source/API/SBTypeNameSpecifier.cpp
M lldb/source/API/SBTypeSummary.cpp
M lldb/source/API/SBTypeSynthetic.cpp
M lldb/source/API/SBUnixSignals.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/API/SBValueList.cpp
M lldb/source/API/SBWatchpoint.cpp
M lldb/source/API/SystemInitializerFull.cpp
Log Message:
-----------
[lldb] Replace empty ctor en dtor bodies with =default (NFC)
Use = default instead of empty constructor and destructor bodies in the
API layer.
More information about the All-commits
mailing list