[DVDDemux] Add new audio codec descriptions
[xbmc.git] / .clang-tidy
blobb5865a5de9243e2508872513b89daf8ba9ef5802
1 Checks: "\
2   modernize-use-default-member-init,\
3   performance-faster-string-find,\
4   performance-for-range-copy,\
5   performance-implicit-conversion-in-loop,\
6   performance-inefficient-algorithm,\
7   performance-inefficient-vector-operation,\
8   performance-move-const-arg,\
9   performance-move-constructor-init,\
10   performance-no-automatic-move,\
11   performance-noexcept-move-constructor,\
12   performance-trivially-destructible,\
13   performance-type-promotion-in-math-fn,\
14   performance-unnecessary-copy-initialization,\
15   performance-unnecessary-value-param,\
17 HeaderFilterRegex: '(^|/)(tools|xbmc)/'