-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy path.clang-tidy
More file actions
28 lines (28 loc) · 947 Bytes
/
.clang-tidy
File metadata and controls
28 lines (28 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Checks: >-
clang-analyzer-*,
-clang-analyzer-cplusplus*,
bugprone-*,
performance-*,
portability-*,
readability-*,
-readability-braces-around-statements,
-readability-magic-numbers,
-readability-isolate-declaration,
-readability-identifier-length,
-readability-function-cognitive-complexity,
-bugprone-reserved-identifier,
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-performance-no-int-to-ptr,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-readability-avoid-unconditional-preprocessor-if,
-readability-suspicious-call-argument,
-clang-diagnostic-incompatible-pointer-types-discards-qualifiers,
-readability-use-concise-preprocessor-directives,
-readability-math-missing-parentheses,
-clang-analyzer-core.FixedAddressDereference,
-clang-diagnostic-cast-qual
HeaderFilterRegex: '.*'
ExtraArgs:
- -Wno-unknown-warning-option
- -Qunused-arguments