[all-commits] [llvm/llvm-project] 3b34c1: [llvm] Remove unused using decls (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Oct 3 23:22:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b34c117db175ae6a1404f7c07857c4aa6fc1ae3
https://github.com/llvm/llvm-project/commit/3b34c117db175ae6a1404f7c07857c4aa6fc1ae3
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDieTest.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFLocationExpressionTest.cpp
M llvm/unittests/FuzzMutate/OperationsTest.cpp
M llvm/unittests/Support/YAMLIOTest.cpp
M llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
M llvm/unittests/XRay/FDRBlockVerifierTest.cpp
M llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
M mlir/unittests/Bytecode/BytecodeTest.cpp
Log Message:
-----------
[llvm] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
More information about the All-commits
mailing list