summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 23:10:43 -0400
committerDavid Robillard <d@drobilla.net>2022-07-14 14:12:35 -0400
commit3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2 (patch)
treecd583bad825477cfbd54764a6ddc638bbda8f717 /test/.clang-tidy
parentcde85f3f450f7c3f12e1f7c4a70cb374e4756319 (diff)
downloadraul-3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2.tar.gz
raul-3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2.tar.bz2
raul-3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2.zip
Update clang-tidy and IWYU configuration for clang 14
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 5c2e179..de052d2 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,7 +5,11 @@ Checks: >
-*-uppercase-literal-suffix,
-*-vararg,
-abseil-string-find-str-contains,
+ -altera-*,
-android-cloexec-accept,
+ -bugprone-easily-swappable-parameters,
+ -bugprone-exception-escape,
+ -cert-err33-c,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-owning-memory,
@@ -22,7 +26,11 @@ Checks: >
-hicpp-signed-bitwise,
-llvmlibc-*,
-modernize-make-unique,
+ -modernize-return-braced-init-list,
+ -modernize-use-nodiscard,
-modernize-use-trailing-return-type,
+ -readability-function-cognitive-complexity,
+ -readability-identifier-length,
-readability-implicit-bool-conversion,
CheckOptions:
- key: modernize-use-override.AllowOverrideAndFinal