From c14e8453649b002ecd9e31f63f3af3ee782a2aad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Feb 2023 14:42:03 -0500 Subject: Suppress/fix new warnings in clang-tidy 15 --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 89606da..7f72b15 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -5,6 +5,7 @@ Checks: > -*-named-parameter, -*-narrowing-conversions, -altera-*, + -bugprone-assignment-in-if-condition, -bugprone-branch-clone, -bugprone-easily-swappable-parameters, -cert-err33-c, @@ -24,6 +25,8 @@ Checks: > -llvm-header-guard, -llvmlibc-*, -misc-no-recursion, + -modernize-macro-to-enum, + -modernize-use-nodiscard, -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, -readability-identifier-length, -- cgit v1.2.1