[all-commits] [llvm/llvm-project] 41bfac: [Target] Remove unused forward declarations (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jan 2 10:20:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41bfac6aed1817831e7b83994f4963f604987bd5
https://github.com/llvm/llvm-project/commit/41bfac6aed1817831e7b83994f4963f604987bd5
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64MCInstLower.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.h
M llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
M llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
M llvm/lib/Target/AMDGPU/R600ISelLowering.h
M llvm/lib/Target/AMDGPU/R600InstrInfo.h
M llvm/lib/Target/AMDGPU/R600Subtarget.h
M llvm/lib/Target/AMDGPU/SIFrameLowering.h
M llvm/lib/Target/ARM/ARM.h
M llvm/lib/Target/ARM/ARMCallLowering.h
M llvm/lib/Target/ARM/ARMRegisterInfo.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/Mips/MipsCallLowering.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
M llvm/lib/Target/SystemZ/SystemZFrameLowering.h
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/lib/Target/SystemZ/SystemZMCInstLower.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
M llvm/lib/Target/VE/VE.h
M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.h
M llvm/lib/Target/X86/X86CallLowering.h
Log Message:
-----------
[Target] Remove unused forward declarations (NFC)
Commit: 677bbec9fda098ef0750c69f5bda8f74454ce6b9
https://github.com/llvm/llvm-project/commit/677bbec9fda098ef0750c69f5bda8f74454ce6b9
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
M llvm/lib/InterfaceStub/ELFObjHandler.cpp
Log Message:
-----------
Remove unused "using" (NFC)
Identified by misc-unused-using-decls.
Commit: 7e163afd9ec7cb4a23bda681c22a2c6e7387049d
https://github.com/llvm/llvm-project/commit/7e163afd9ec7cb4a23bda681c22a2c6e7387049d
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M lldb/include/lldb/Symbol/UnwindPlan.h
M lldb/source/Target/Thread.cpp
M llvm/include/llvm/MCA/Instruction.h
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
M llvm/lib/CodeGen/TypePromotion.cpp
M llvm/lib/Target/BPF/BPFMIChecking.cpp
M llvm/lib/Target/BPF/BPFMIPeephole.cpp
M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
M llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
M llvm/lib/Target/SystemZ/SystemZSubtarget.h
M llvm/lib/Target/VE/VESubtarget.h
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
M llvm/lib/Transforms/Vectorize/VPlanPredicator.h
M llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp
Log Message:
-----------
Remove redundant void arguments (NFC)
Identified by modernize-redundant-void-arg.
Commit: 5e1177302bd33d2ef2a5361734afc001ced47926
https://github.com/llvm/llvm-project/commit/5e1177302bd33d2ef2a5361734afc001ced47926
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M lld/wasm/Symbols.cpp
M lld/wasm/Writer.cpp
Log Message:
-----------
[wasm] Use nullptr instead of NULL (NFC)
Identified with modernize-use-nullptr.
Commit: d677a7cb056b17145a50ec8ca2ab6d5f4c494749
https://github.com/llvm/llvm-project/commit/d677a7cb056b17145a50ec8ca2ab6d5f4c494749
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M clang/include/clang/APINotes/Types.h
M clang/include/clang/AST/ASTConcept.h
M clang/include/clang/AST/Comment.h
M clang/include/clang/AST/DeclObjC.h
M clang/include/clang/AST/Expr.h
M clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
M clang/include/clang/Analysis/Analyses/Consumed.h
M clang/include/clang/Basic/Diagnostic.h
M clang/include/clang/Basic/PartialDiagnostic.h
M clang/include/clang/Sema/DeclSpec.h
M clang/include/clang/Sema/Overload.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
M clang/lib/ARCMigrate/Internals.h
M clang/lib/ARCMigrate/TransAutoreleasePool.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/AST/ExprConcepts.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Basic/TargetInfo.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGCall.h
M clang/lib/CodeGen/CGRecordLayout.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Frontend/MultiplexConsumer.cpp
M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
M clang/lib/Sema/AnalysisBasedWarnings.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
M clang/tools/libclang/CXIndexDataConsumer.h
M clang/tools/libclang/CXLoadedDiagnostic.cpp
Log Message:
-----------
[clang] Remove redundant member initialization (NFC)
Identified with readability-redundant-member-init.
Compare: https://github.com/llvm/llvm-project/compare/890e6854924b...d677a7cb056b
More information about the All-commits
mailing list