aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 8e36231c21bef0fdc59b9836672922eb85965b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Checks: "\
  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,\
"
HeaderFilterRegex: '(^|/)(tools|xbmc)/'