summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 10:35:40 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 11:47:19 -0400
commit80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10 (patch)
tree057b12990db1742b8878034946c66375574c1cf8 /.clang-tidy
parentbbdab98ed282291b6e29a944359c360c9cca127e (diff)
downloadingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.tar.gz
ingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.tar.bz2
ingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.zip
Suppress new warnings in clang and clang-tidy 18
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index ea1fba62..bd522e56 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -25,6 +25,7 @@ Checks: >
-misc-use-anonymous-namespace,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
+ -performance-enum-size,
-readability-identifier-length,
-readability-implicit-bool-conversion,
CheckOptions: