[all-commits] [llvm/llvm-project] abe273: [mlir] Apply two ClangTidy findings.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Nov 7 00:24:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abe2738b7b02f93941b9e193e637e99d4e3c1581
https://github.com/llvm/llvm-project/commit/abe2738b7b02f93941b9e193e637e99d4e3c1581
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/Vector/Transforms/LowerVectorMask.cpp
Log Message:
-----------
[mlir] Apply two ClangTidy findings.
- argument name 'isLastOutput' in comment does not match parameter name
'hasOutput'.
- override is redundant since the function is already declared 'final'.
More information about the All-commits
mailing list