-
- Downloads
[lldb] Use C++11 default member initializers
This converts a default constructor's member initializers into C++11 default member initializers. This patch was automatically generated with clang-tidy and the modernize-use-default-member-init check. $ run-clang-tidy.py -header-filter='lldb' -checks='-*,modernize-use-default-member-init' -fix This is a mass-refactoring patch and this commit will be added to .git-blame-ignore-revs. Differential revision: https://reviews.llvm.org/D103483
Showing
- lldb/.clang-tidy 6 additions, 1 deletionlldb/.clang-tidy
- lldb/include/lldb/API/SBBlock.h 1 addition, 1 deletionlldb/include/lldb/API/SBBlock.h
- lldb/include/lldb/API/SBBroadcaster.h 1 addition, 1 deletionlldb/include/lldb/API/SBBroadcaster.h
- lldb/include/lldb/API/SBCommunication.h 2 additions, 2 deletionslldb/include/lldb/API/SBCommunication.h
- lldb/include/lldb/API/SBCompileUnit.h 1 addition, 1 deletionlldb/include/lldb/API/SBCompileUnit.h
- lldb/include/lldb/API/SBEvent.h 1 addition, 1 deletionlldb/include/lldb/API/SBEvent.h
- lldb/include/lldb/API/SBFunction.h 1 addition, 1 deletionlldb/include/lldb/API/SBFunction.h
- lldb/include/lldb/API/SBListener.h 1 addition, 1 deletionlldb/include/lldb/API/SBListener.h
- lldb/include/lldb/API/SBStream.h 1 addition, 1 deletionlldb/include/lldb/API/SBStream.h
- lldb/include/lldb/API/SBSymbol.h 1 addition, 1 deletionlldb/include/lldb/API/SBSymbol.h
- lldb/include/lldb/Breakpoint/BreakpointOptions.h 5 additions, 6 deletionslldb/include/lldb/Breakpoint/BreakpointOptions.h
- lldb/include/lldb/Breakpoint/Stoppoint.h 1 addition, 1 deletionlldb/include/lldb/Breakpoint/Stoppoint.h
- lldb/include/lldb/Breakpoint/StoppointCallbackContext.h 6 additions, 5 deletionslldb/include/lldb/Breakpoint/StoppointCallbackContext.h
- lldb/include/lldb/Breakpoint/WatchpointList.h 1 addition, 1 deletionlldb/include/lldb/Breakpoint/WatchpointList.h
- lldb/include/lldb/Breakpoint/WatchpointOptions.h 3 additions, 3 deletionslldb/include/lldb/Breakpoint/WatchpointOptions.h
- lldb/include/lldb/Core/Address.h 3 additions, 2 deletionslldb/include/lldb/Core/Address.h
- lldb/include/lldb/Core/AddressRange.h 1 addition, 1 deletionlldb/include/lldb/Core/AddressRange.h
- lldb/include/lldb/Core/Declaration.h 3 additions, 3 deletionslldb/include/lldb/Core/Declaration.h
- lldb/include/lldb/Core/Disassembler.h 6 additions, 8 deletionslldb/include/lldb/Core/Disassembler.h
- lldb/include/lldb/Core/EmulateInstruction.h 3 additions, 3 deletionslldb/include/lldb/Core/EmulateInstruction.h
Please register or sign in to comment