[PATCH] D102942: Remove or use variables which are unused but set.
Michael Benfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 13:20:37 PDT 2021
mbenfield created this revision.
Herald added subscribers: pengfei, lebedev.ri, kbarton, hiraditya, nemanjai.
Herald added a reviewer: lebedev.ri.
mbenfield requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.
This is in preparation for the -Wunused-but-set-variable warning.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102942
Files:
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
llvm/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
llvm/lib/Target/X86/X86FloatingPoint.cpp
llvm/utils/benchmark/src/complexity.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102942.347109.patch
Type: text/x-patch
Size: 7369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210521/32a7749c/attachment.bin>
More information about the llvm-commits
mailing list