-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-tidy
More file actions
23 lines (23 loc) · 787 Bytes
/
Copy path.clang-tidy
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Checks: "\
modernize-make-shared,\
modernize-make-unique,\
modernize-use-default-member-init,\
modernize-use-emplace,\
performance-faster-string-find,\
performance-for-range-copy,\
performance-implicit-conversion-in-loop,\
performance-inefficient-algorithm,\
performance-inefficient-vector-operation,\
performance-move-const-arg,\
performance-move-constructor-init,\
performance-no-automatic-move,\
performance-noexcept-move-constructor,\
performance-trivially-destructible,\
performance-type-promotion-in-math-fn,\
performance-unnecessary-copy-initialization,\
performance-unnecessary-value-param,\
readability-container-contains,\
readability-container-data-pointer,\
readability-container-size-empty,\
"
HeaderFilterRegex: '(^|/)(tools|xbmc)/'