-
- 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/include/lldb/Host/FileSystem.h 2 additions, 2 deletionslldb/include/lldb/Host/FileSystem.h
- lldb/include/lldb/Host/HostNativeThreadBase.h 1 addition, 1 deletionlldb/include/lldb/Host/HostNativeThreadBase.h
- lldb/include/lldb/Host/ProcessLaunchInfo.h 3 additions, 3 deletionslldb/include/lldb/Host/ProcessLaunchInfo.h
- lldb/include/lldb/Host/ProcessRunLock.h 3 additions, 3 deletionslldb/include/lldb/Host/ProcessRunLock.h
- lldb/include/lldb/Host/PseudoTerminal.h 2 additions, 2 deletionslldb/include/lldb/Host/PseudoTerminal.h
- lldb/include/lldb/Host/Terminal.h 4 additions, 3 deletionslldb/include/lldb/Host/Terminal.h
- lldb/include/lldb/Host/XML.h 2 additions, 2 deletionslldb/include/lldb/Host/XML.h
- lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h 1 addition, 1 deletionlldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
- lldb/include/lldb/Initialization/SystemLifetimeManager.h 1 addition, 1 deletionlldb/include/lldb/Initialization/SystemLifetimeManager.h
- lldb/include/lldb/Interpreter/CommandInterpreter.h 14 additions, 19 deletionslldb/include/lldb/Interpreter/CommandInterpreter.h
- lldb/include/lldb/Interpreter/OptionValue.h 7 additions, 7 deletionslldb/include/lldb/Interpreter/OptionValue.h
- lldb/include/lldb/Interpreter/OptionValueFileColonLine.h 4 additions, 4 deletionslldb/include/lldb/Interpreter/OptionValueFileColonLine.h
- lldb/include/lldb/Interpreter/OptionValueFileSpec.h 2 additions, 1 deletionlldb/include/lldb/Interpreter/OptionValueFileSpec.h
- lldb/include/lldb/Interpreter/Options.h 2 additions, 2 deletionslldb/include/lldb/Interpreter/Options.h
- lldb/include/lldb/Interpreter/ScriptInterpreter.h 4 additions, 5 deletionslldb/include/lldb/Interpreter/ScriptInterpreter.h
- lldb/include/lldb/Symbol/CompactUnwindInfo.h 23 additions, 28 deletionslldb/include/lldb/Symbol/CompactUnwindInfo.h
- lldb/include/lldb/Symbol/LineEntry.h 6 additions, 4 deletionslldb/include/lldb/Symbol/LineEntry.h
- lldb/include/lldb/Symbol/LineTable.h 5 additions, 6 deletionslldb/include/lldb/Symbol/LineTable.h
- lldb/include/lldb/Symbol/Symbol.h 5 additions, 4 deletionslldb/include/lldb/Symbol/Symbol.h
- lldb/include/lldb/Symbol/SymbolContext.h 6 additions, 5 deletionslldb/include/lldb/Symbol/SymbolContext.h
Loading
Please register or sign in to comment