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.
1 parent 35c6d81 commit ba4e840Copy full SHA for ba4e840
.clang-tidy
@@ -15,7 +15,8 @@ Checks: >-
15
-bugprone-narrowing-conversions,
16
-performance-no-int-to-ptr,
17
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
18
- -readability-avoid-unconditional-preprocessor-if
+ -readability-avoid-unconditional-preprocessor-if,
19
+ -readability-suspicious-call-argument
20
HeaderFilterRegex: '.*'
21
ExtraArgs:
22
- -Wno-unknown-warning-option
0 commit comments