aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Belyaev <pifon@google.com>2022-08-03 10:18:18 +0200
committerAlexander Belyaev <pifon@google.com>2022-08-03 10:18:43 +0200
commit3285f94244ecda0912c76c9b1e9b16e0cf96d073 (patch)
tree9881a595af4ff8635ab3a46584a23951e421e4a8
parent5bbb0a831fe514ae27e7f36e828975152e7c17c4 (diff)
downloadllvm-3285f94244ecda0912c76c9b1e9b16e0cf96d073.zip
llvm-3285f94244ecda0912c76c9b1e9b16e0cf96d073.tar.gz
llvm-3285f94244ecda0912c76c9b1e9b16e0cf96d073.tar.bz2
[mlir] Disable `misc-const-correctness` clang-tidy check.
https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html
-rw-r--r--mlir/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/.clang-tidy b/mlir/.clang-tidy
index 4b78ece..eb8cbbe 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,