[all-commits] [llvm/llvm-project] 4eb1f1: [mlir] Apply ClangTidyLegacy findings (NFC)
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Wed Mar 8 01:40:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb1f1fab35d0f386b458bf1da4396bbeb00b04f
https://github.com/llvm/llvm-project/commit/4eb1f1fab35d0f386b458bf1da4396bbeb00b04f
Author: Adrian Kuegel <akuegel at google.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
Log Message:
-----------
[mlir] Apply ClangTidyLegacy findings (NFC)
- 'override' is redundant since the function is already declared 'final'.
- 'virtual' is redundant since the function is already declared 'override'.
More information about the All-commits
mailing list