[all-commits] [llvm/llvm-project] 691381: Fix some clang-tidy bugprone-argument-comment issues
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Sep 19 20:44:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6913812abcd8d10690570decefeaf7c92db12028
https://github.com/llvm/llvm-project/commit/6913812abcd8d10690570decefeaf7c92db12028
Author: Fangrui Song <i at maskray.me>
Date: 2020-09-19 (Sat, 19 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/Support/CheckedArithmetic.h
M llvm/include/llvm/Support/TypeSize.h
M llvm/lib/Analysis/TargetLibraryInfo.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/BranchFolding.h
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/Transforms/IPO/FunctionImport.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
Fix some clang-tidy bugprone-argument-comment issues
More information about the All-commits
mailing list