From 43f2c1000d01a7eb78d6d5088df779154e9f94a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Jul 2022 14:32:36 -0400 Subject: Suppress new warnings in clang-tidy 14 --- .clang-tidy | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 0ee948a..a226ceb 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,16 +13,18 @@ Checks: > -*-use-auto, -*-use-nullptr, -*-vararg, + -altera-*, -android-cloexec-fopen, -bugprone-branch-clone, + -bugprone-easily-swappable-parameters, -bugprone-incorrect-roundings, -bugprone-integer-division, -bugprone-macro-parentheses, - -bugprone-macro-parentheses, -bugprone-reserved-identifier, -cert-dcl21-cpp, -cert-dcl37-c, -cert-dcl51-cpp, + -cert-err33-c, -cert-err34-c, -cert-msc30-c, -cert-msc32-c, @@ -31,10 +33,12 @@ Checks: > -clang-analyzer-cplusplus.NewDeleteLeaks, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -clang-analyzer-unix.Malloc, + -concurrency-mt-unsafe, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-macro-usage, -cppcoreguidelines-non-private-member-variables-in-classes, -cppcoreguidelines-owning-memory, + -cppcoreguidelines-prefer-member-initializer, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-const-cast, @@ -59,9 +63,12 @@ Checks: > -modernize-loop-convert, -modernize-raw-string-literal, -modernize-use-trailing-return-type, + -modernize-use-using, -performance-faster-string-find, -readability-const-return-type, -readability-container-size-empty, + -readability-function-cognitive-complexity, + -readability-identifier-length, -readability-implicit-bool-conversion, -readability-inconsistent-declaration-parameter-name, -readability-make-member-function-const, -- cgit v1.2.1