From d6a5134ba75ada5fa0f8ef154baf693e617e1761 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Wed, 21 Dec 2022 00:03:07 +0100 Subject: [PATCH] Updated clang-tidy filters --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 484040d8..fb9397d6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -25,6 +25,7 @@ Checks: >- -llvm-header-guard, -llvm-namespace-comment, -misc-no-recursion, + -hicpp-special-member-functions, -modernize-use-nodiscard, -modernize-use-trailing-return-type, -mpi*, @@ -32,6 +33,7 @@ Checks: >- -openmp*, -readability-inconsistent-declaration-parameter-name, -readability-identifier-naming, + -readability-redundant-smartptr-get, -darwin*, -zircon* WarningsAsErrors: '*'