[all-commits] [llvm/llvm-project] 895337: [lldb] Remove redundant WithFormat suffixes (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 20 23:00:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 895337647896edefda244c7afc4b71eab41ff850
https://github.com/llvm/llvm-project/commit/895337647896edefda244c7afc4b71eab41ff850
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M lldb/source/Breakpoint/Breakpoint.cpp
M lldb/source/Breakpoint/BreakpointID.cpp
M lldb/source/Breakpoint/BreakpointIDList.cpp
M lldb/source/Breakpoint/BreakpointOptions.cpp
M lldb/source/Breakpoint/BreakpointResolver.cpp
M lldb/source/Breakpoint/BreakpointResolverName.cpp
M lldb/source/Core/ModuleList.cpp
M lldb/source/Core/SearchFilter.cpp
M lldb/source/Core/Value.cpp
M lldb/source/Expression/DWARFExpression.cpp
M lldb/source/Expression/IRInterpreter.cpp
M lldb/source/Expression/Materializer.cpp
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Interpreter/OptionValue.cpp
M lldb/source/Interpreter/OptionValueFormatEntity.cpp
M lldb/source/Interpreter/Options.cpp
M lldb/source/Target/Process.cpp
Log Message:
-----------
[lldb] Remove redundant WithFormat suffixes (NFC)
Replace calls to FooWithFormat() with calls to Foo() when only one
argument is provided and the given string doesn't need to be formatted.
More information about the All-commits
mailing list