aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:34:32 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 12:34:32 -0400
commite6c9352189b57e67da3e303ffb4b47fa356fe95a (patch)
tree5f69fada2bf372f80f582990d1e4d87a7f615de8
parentec115dba0dddaa92f8cf40db1118636eceba2966 (diff)
downloadjalv-e6c9352189b57e67da3e303ffb4b47fa356fe95a.tar.gz
jalv-e6c9352189b57e67da3e303ffb4b47fa356fe95a.tar.bz2
jalv-e6c9352189b57e67da3e303ffb4b47fa356fe95a.zip
Suppress new warnings in clang-tidy 16
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 7f72b15..6262c89 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,6 +8,7 @@ Checks: >
-bugprone-assignment-in-if-condition,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
+ -bugprone-suspicious-realloc-usage,
-cert-err33-c,
-cert-err34-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
@@ -25,6 +26,7 @@ Checks: >
-llvm-header-guard,
-llvmlibc-*,
-misc-no-recursion,
+ -misc-use-anonymous-namespace,
-modernize-macro-to-enum,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,