forked from TrenchBroom/TrenchBroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
34 lines (33 loc) · 997 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
31
32
33
34
Checks: >
-*,
bugprone-move-forwarding-reference,
bugprone-infinite-loop,
bugprone-use-after-move,
google-explicit-constructor,
misc-move-constructor-init,
misc-unused-alias-decls,
misc-unused-using-decls,
modernize-raw-string-literal,
modernize-make-shared,
modernize-make-unique,
modernize-pass-by-value,
modernize-use-auto,
modernize-use-default,
modernize-use-emplace,
modernize-use-nullptr,
modernize-use-override,
modernize-use-using,
performance-for-range-copy,
performance-move-const-arg,
performance-move-constructor-init,
readability-avoid-const-params-in-decls,
readability-braces-around-statements,
readability-container-size-empty,
readability-make-member-function-const,
readability-redundant-member-init,
readability-redundant-string-cstr,
readability-redundant-string-init,
readability-static-definition-in-anonymous-namespace,
CheckOptions:
- key: performance-move-const-arg.CheckTriviallyCopyableMove
value: false