From e1c80a39b280509007693225abb2eb9d47ac01e1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 23:46:18 -0400 Subject: Suppress new warnings in clang and clang-tidy 14 --- test/.clang-tidy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 7846913..f73d7a6 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,15 +1,20 @@ Checks: > *, + -*-else-after-return, -*-magic-numbers, -*-uppercase-literal-suffix, -altera-*, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, + -bugprone-suspicious-include, + -bugprone-suspicious-string-compare, -llvm-header-guard, -llvmlibc-implementation-in-namespace, -llvmlibc-restrict-system-libc-headers, -modernize-use-trailing-return-type, -performance-no-int-to-ptr, + -readability-function-cognitive-complexity, + -readability-identifier-length, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1