summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 14:41:49 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 14:41:49 -0500
commit8570dca811848ce9da417a367321f2e0087b05c5 (patch)
treeaf1d6214ca8f8edc78df3a24e90f3e94a9517215 /.clang-tidy
parente899eb2ec4396875c732320197b481143a5335aa (diff)
downloadganv-8570dca811848ce9da417a367321f2e0087b05c5.tar.gz
ganv-8570dca811848ce9da417a367321f2e0087b05c5.tar.bz2
ganv-8570dca811848ce9da417a367321f2e0087b05c5.zip
Suppress/fix new warnings in clang-tidy 15
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index a226ceb..0d8b166 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -61,6 +61,7 @@ Checks: >
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-modernize-loop-convert,
+ -modernize-macro-to-enum,
-modernize-raw-string-literal,
-modernize-use-trailing-return-type,
-modernize-use-using,
@@ -72,6 +73,7 @@ Checks: >
-readability-implicit-bool-conversion,
-readability-inconsistent-declaration-parameter-name,
-readability-make-member-function-const,
+ -readability-simplify-boolean-expr,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file