[Mlir-commits] [mlir] 651c73b - Enable readability-redundant-smartptr-get in MLIR local clang-tidy config
Mehdi Amini
llvmlistbot at llvm.org
Sat Jan 8 12:07:44 PST 2022
Author: Mehdi Amini
Date: 2022-01-08T20:07:11Z
New Revision: 651c73b8d13d8cba56e668a7b05b0a4ffa264085
URL: https://github.com/llvm/llvm-project/commit/651c73b8d13d8cba56e668a7b05b0a4ffa264085
DIFF: https://github.com/llvm/llvm-project/commit/651c73b8d13d8cba56e668a7b05b0a4ffa264085.diff
LOG: Enable readability-redundant-smartptr-get in MLIR local clang-tidy config
Added:
Modified:
mlir/.clang-tidy
Removed:
################################################################################
diff --git a/mlir/.clang-tidy b/mlir/.clang-tidy
index 88da7aba0a11..4b78ece597e5 100644
--- a/mlir/.clang-tidy
+++ b/mlir/.clang-tidy
@@ -44,6 +44,7 @@ Checks: >
readability-inconsistent-declaration-parameter-name,
readability-misleading-indentation,
readability-redundant-control-flow,
+ readability-redundant-smartptr-get,
readability-simplify-boolean-expr,
readability-simplify-subscript-expr,
readability-use-anyofallof
More information about the Mlir-commits
mailing list