summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-04 15:03:38 -0400
committerDavid Robillard <d@drobilla.net>2024-06-04 15:03:38 -0400
commit4d2e04dbcabd0b5d715ea7eeeb909f4088055763 (patch)
tree65bcbd830acfb649c987d48a7ea067b9c2d7fcdc /.clang-tidy
parent87110fbe354e0734c2436351055cdb240feda811 (diff)
downloadganv-4d2e04dbcabd0b5d715ea7eeeb909f4088055763.tar.gz
ganv-4d2e04dbcabd0b5d715ea7eeeb909f4088055763.tar.bz2
ganv-4d2e04dbcabd0b5d715ea7eeeb909f4088055763.zip
Suppress new warnings in clang-tidy 17
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 8ea7707..c6b7e25 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -58,6 +58,7 @@ Checks: >
-llvm-header-guard,
-llvm-namespace-comment,
-llvmlibc-*,
+ -misc-include-cleaner,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-misc-use-anonymous-namespace,