summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:36:01 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 00:17:27 -0400
commit84d6dc4ad57d12091c0873ef4a769d1eec0a716a (patch)
tree3fe78ffd97dab2604a2945ffc0da162dd835aa42 /test/headers
parent9646fe7e21771bb43be3e91929de89d7bad0babb (diff)
downloadraul-84d6dc4ad57d12091c0873ef4a769d1eec0a716a.tar.gz
raul-84d6dc4ad57d12091c0873ef4a769d1eec0a716a.tar.bz2
raul-84d6dc4ad57d12091c0873ef4a769d1eec0a716a.zip
Suppress new warnings in clang-tidy 16
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 2eb99e7..08abd38 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -10,6 +10,7 @@ Checks: >
-altera-*,
-android-cloexec-accept,
-bugprone-easily-swappable-parameters,
+ -cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,