-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
30 lines (29 loc) · 905 Bytes
/
.clang-tidy
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
Checks: '-*,
bugprone-*,
-bugprone-exception-escape,
cert-*,
clang-analyzer-*,
google-*,
-google-runtime-references,
-google-explicit-constructor,
-google-readability-braces-around-statements,
hicpp-*,
-hicpp-no-array-decay,
-hicpp-uppercase-literal-suffix,
-hicpp-explicit-conversions,
-hicpp-braces-around-statements,
-hicpp-vararg,
misc-*,
-misc-non-private-member-variables-in-classes,
llvm-*,
-llvm-header-guard,
modernize-*,
-modernize-use-trailing-return-type,
performance-*,
portability-*,
readability-*,
-readability-uppercase-literal-suffix,
-readability-braces-around-statements'
CheckOptions:
- key: hicpp-special-member-functions.AllowSoleDefaultDtor
value: 1