-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.clang-tidy
More file actions
33 lines (33 loc) · 1.3 KB
/
Copy path.clang-tidy
File metadata and controls
33 lines (33 loc) · 1.3 KB
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
29
30
31
32
33
Checks: '*,
-altera-*,
-android-cloexec-open,
-bugprone-assignment-in-if-condition,
-bugprone-easily-swappable-parameters,
-bugprone-switch-missing-default-case,
-clang-analyzer-optin.core.EnumCastOutOfRange,
-clang-analyzer-optin.performance.Padding,
-clang-diagnostic-invalid-command-line-argument,
-concurrency-mt-unsafe,
-cppcoreguidelines*,
-google-readability-casting,
-google-readability-function-size,
-google-readability-todo,
-hicpp-*,
-llvmlibc-restrict-system-libc-headers,
-misc-include-cleaner,
-readability-avoid-nested-conditional-operator,
-readability-function-cognitive-complexity,
-readability-function-size,
-readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-magic-numbers,
-readability-non-const-parameter,
-readability-redundant-casting,
'
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
CheckOptions:
bugprone-reserved-identifier.AllowedIdentifiers: _XOPEN_SOURCE;__asan_default_options
cert-dcl37-c.AllowedIdentifiers: _XOPEN_SOURCE;__asan_default_options
cert-dcl51-cpp.AllowedIdentifiers: _XOPEN_SOURCE;__asan_default_options