Skip to content

Commit 80bdad2

Browse files
committed
[clang-tidy] enable performance-* checks
1 parent ba15b9f commit 80bdad2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.clang-tidy

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Checks: "\
2+
performance-faster-string-find,\
3+
performance-for-range-copy,\
4+
performance-implicit-conversion-in-loop,\
5+
performance-inefficient-algorithm,\
6+
performance-inefficient-vector-operation,\
7+
performance-move-const-arg,\
8+
performance-move-constructor-init,\
9+
performance-no-automatic-move,\
10+
performance-noexcept-move-constructor,\
11+
performance-trivially-destructible,\
12+
performance-type-promotion-in-math-fn,\
13+
performance-unnecessary-copy-initialization,\
14+
performance-unnecessary-value-param,\
15+
"
16+
HeaderFilterRegex: '(^|/)(tools|xbmc)/'

0 commit comments

Comments
 (0)