[all-commits] [llvm/llvm-project] 269d0a: [mlir] Apply ClangTidy findings.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Wed Apr 3 07:14:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 269d0aaec1801000a39122b1c5792d9c096b33ec
https://github.com/llvm/llvm-project/commit/269d0aaec1801000a39122b1c5792d9c096b33ec
Author: Adrian Kuegel <akuegel at google.com>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M mlir/include/mlir/Pass/Pass.h
Log Message:
-----------
[mlir] Apply ClangTidy findings.
modernize-use-override ClangTidy check.
This warning appears on overridden virtual functions not marked with override or
final keywords or marked with more than one of virtual, override, final.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list