summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-04 21:57:31 -0500
committerDavid Robillard <d@drobilla.net>2023-02-04 21:57:31 -0500
commitefb392e32da0bce28dbeb6fb728dcd9183f4611b (patch)
tree894466f01ab3d4b70f90f949c5fdbee69af35969 /.clang-tidy
parent17b7c3b19f79d5b50e106d7e5003767db5b00fe3 (diff)
downloadlilv-efb392e32da0bce28dbeb6fb728dcd9183f4611b.tar.gz
lilv-efb392e32da0bce28dbeb6fb728dcd9183f4611b.tar.bz2
lilv-efb392e32da0bce28dbeb6fb728dcd9183f4611b.zip
Fix clang and clang-tidy warnings on Windows
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index dcc5245..5013b26 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -5,13 +5,14 @@ Checks: >
*,
-*-vararg,
-altera-*,
+ -bugprone-assignment-in-if-condition,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-llvmlibc-*,
+ -modernize-macro-to-enum,
-readability-identifier-length,
- -bugprone-assignment-in-if-condition,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes
value: 'L;U;UL;ULL'