[all-commits] [llvm/llvm-project] 39f283: [mlir] Fix ClangTidy warning (NFC).
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Fri Jun 3 03:47:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39f28397e2981238423f5482bef956306ef47c1f
https://github.com/llvm/llvm-project/commit/39f28397e2981238423f5482bef956306ef47c1f
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M mlir/lib/Parser/AsmParserImpl.h
Log Message:
-----------
[mlir] Fix ClangTidy warning (NFC).
virtual is redundant since the function is already declared 'override'.
More information about the All-commits
mailing list