setup clang tidy (#19533)
* setup clang tidy
* config
* some cleanup
* little more
* remove that
* fix qcom build
old-commit-hash: 87950eb312
commatwo_master
parent
4861ec6f81
commit
d89bb8b29c
9 changed files with 47 additions and 27 deletions
@ -0,0 +1,19 @@ |
|||||||
|
--- |
||||||
|
Checks: ' |
||||||
|
bugprone-*, |
||||||
|
-bugprone-integer-division, |
||||||
|
-bugprone-narrowing-conversions, |
||||||
|
performance-*, |
||||||
|
clang-analyzer-*, |
||||||
|
misc-*, |
||||||
|
-misc-unused-parameters, |
||||||
|
modernize-*, |
||||||
|
-modernize-avoid-c-arrays, |
||||||
|
-modernize-deprecated-headers, |
||||||
|
-modernize-use-auto, |
||||||
|
-modernize-use-using, |
||||||
|
-modernize-use-nullptr, |
||||||
|
-modernize-use-trailing-return-type, |
||||||
|
' |
||||||
|
CheckOptions: |
||||||
|
... |
Loading…
Reference in new issue