We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bugprone-signed-bitwise
1 parent 6b27270 commit 6ed7d8aCopy full SHA for 6ed7d8a
1 file changed
.clang-tidy
@@ -20,6 +20,7 @@ Checks: >
20
-bugprone-branch-clone,
21
-bugprone-easily-swappable-parameters,
22
-bugprone-narrowing-conversions,
23
+ -bugprone-signed-bitwise,
24
-bugprone-switch-missing-default-case,
25
-bugprone-throwing-static-initialization,
26
-bugprone-unchecked-string-to-number-conversion,
0 commit comments