[filesystem][SpecialProtocol] Removed assert from GetPath
[xbmc.git] / .clang-tidy
blob8e36231c21bef0fdc59b9836672922eb85965b58
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,\
16 HeaderFilterRegex: '(^|/)(tools|xbmc)/'