From: Alexander Belyaev Date: Wed, 3 Aug 2022 08:18:18 +0000 (+0200) Subject: [mlir] Disable `misc-const-correctness` clang-tidy check. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3285f94244ecda0912c76c9b1e9b16e0cf96d073;p=platform%2Fupstream%2Fllvm.git [mlir] Disable `misc-const-correctness` clang-tidy check. https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html --- 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,