We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba15b9f commit 80bdad2Copy full SHA for 80bdad2
.clang-tidy
@@ -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