-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.clang-tidy
More file actions
24 lines (24 loc) · 781 Bytes
/
Copy path.clang-tidy
File metadata and controls
24 lines (24 loc) · 781 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
Checks: >
*,
-altera-id-dependent-backward-branch,
-altera-struct-pack-align,
-altera-unroll-loops,
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-narrowing-conversions,
-google-readability-braces-around-statements,
-hicpp-braces-around-statements,
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-restrict-system-libc-headers,
-readability-braces-around-statements,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-isolate-declaration,
-readability-magic-numbers,
-readability-math-missing-parentheses,
-clang-analyzer-core.VLASize,
-android-cloexec-fopen,
-cert-err34-c