diff options
author | Alexander Belyaev <pifon@google.com> | 2022-08-03 10:18:18 +0200 |
---|---|---|
committer | Alexander Belyaev <pifon@google.com> | 2022-08-03 10:18:43 +0200 |
commit | 3285f94244ecda0912c76c9b1e9b16e0cf96d073 (patch) | |
tree | 9881a595af4ff8635ab3a46584a23951e421e4a8 | |
parent | 5bbb0a831fe514ae27e7f36e828975152e7c17c4 (diff) | |
download | llvm-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-tidy | 1 |
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, |