summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:36:31 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 12:36:31 -0400
commit11b57c89ea8e7d1333f859515233484ac9749729 (patch)
treea6cbe85cbbec7a9e211bd2e7b3a30ead87ccf28a /.clang-tidy
parentb25b04a88767ae3dc142076dd3bdeefbaa549690 (diff)
downloadingen-11b57c89ea8e7d1333f859515233484ac9749729.tar.gz
ingen-11b57c89ea8e7d1333f859515233484ac9749729.tar.bz2
ingen-11b57c89ea8e7d1333f859515233484ac9749729.zip
Suppress new warnings in clang-tidy 16
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index c25e1c7b..50ea64cd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -7,6 +7,8 @@ Checks: >
-abseil-*,
-altera-*,
-bugprone-assignment-in-if-condition,
+ -cppcoreguidelines-avoid-const-or-ref-data-members,
+ -cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-macro-usage,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
@@ -18,6 +20,7 @@ Checks: >
-hicpp-signed-bitwise,
-llvmlibc-*,
-misc-unused-parameters,
+ -misc-use-anonymous-namespace,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-readability-identifier-length,