[all-commits] [llvm/llvm-project] ddd935: [lldb] Remove unused will_modify argument (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue May 2 00:20:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddd9358bcaef5a348dd387a6a27539f7f49646d1
https://github.com/llvm/llvm-project/commit/ddd9358bcaef5a348dd387a6a27539f7f49646d1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M lldb/include/lldb/Core/UserSettingsController.h
M lldb/include/lldb/Interpreter/OptionValue.h
M lldb/include/lldb/Interpreter/OptionValueArray.h
M lldb/include/lldb/Interpreter/OptionValueDictionary.h
M lldb/include/lldb/Interpreter/OptionValueProperties.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Commands/CommandObjectSettings.cpp
M lldb/source/Core/Disassembler.cpp
M lldb/source/Core/ModuleList.cpp
M lldb/source/Core/UserSettingsController.cpp
M lldb/source/Interpreter/OptionValueArray.cpp
M lldb/source/Interpreter/OptionValueDictionary.cpp
M lldb/source/Interpreter/OptionValueProperties.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/Thread.cpp
M lldb/unittests/Interpreter/TestOptionValue.cpp
Log Message:
-----------
[lldb] Remove unused will_modify argument (NFC)
Various OptionValue related classes are passing around will_modify but
the value is never used. This patch simplifies the interfaces by
removing the redundant argument.
More information about the All-commits
mailing list