[Mlir-commits] [mlir] 3285f94 - [mlir] Disable `misc-const-correctness` clang-tidy check.
Alexander Belyaev
llvmlistbot at llvm.org
Wed Aug 3 01:19:05 PDT 2022
Author: Alexander Belyaev
Date: 2022-08-03T10:18:43+02:00
New Revision: 3285f94244ecda0912c76c9b1e9b16e0cf96d073
URL: https://github.com/llvm/llvm-project/commit/3285f94244ecda0912c76c9b1e9b16e0cf96d073
DIFF: https://github.com/llvm/llvm-project/commit/3285f94244ecda0912c76c9b1e9b16e0cf96d073.diff
LOG: [mlir] Disable `misc-const-correctness` clang-tidy check.
https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html
Added:
Modified:
mlir/.clang-tidy
Removed:
################################################################################
diff --git a/mlir/.clang-tidy b/mlir/.clang-tidy
index 4b78ece597e5..eb8cbbeb9723 100644
--- a/mlir/.clang-tidy
+++ b/mlir/.clang-tidy
@@ -1,5 +1,6 @@
InheritParentConfig: true
Checks: >
+ -misc-const-correctness,
bugprone-argument-comment,
bugprone-assert-side-effect,
bugprone-branch-clone,
More information about the Mlir-commits
mailing list