summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 09:14:32 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 09:32:28 -0400
commit4e14f1dd771cdaa430f1463ca9f59c3270edc22b (patch)
tree5eb3edfb4291fcfa8a467770abf403c38bf2a03f /.clang-tidy
parent0b4a8e76d0137146ac89527892eac7e64d89f217 (diff)
downloadpatchage-4e14f1dd771cdaa430f1463ca9f59c3270edc22b.tar.gz
patchage-4e14f1dd771cdaa430f1463ca9f59c3270edc22b.tar.bz2
patchage-4e14f1dd771cdaa430f1463ca9f59c3270edc22b.zip
Avoid signed bitwise operations
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 41be540..6d42429 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -39,7 +39,6 @@ Checks: >
-google-readability-todo,
-google-runtime-references,
-hicpp-no-array-decay,
- -hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
-misc-include-cleaner,