mitigating clang-tidy warnings

This commit is contained in:
Erik Frojdh
2019-04-09 14:31:08 +02:00
parent 70b2a41d5e
commit 8c3691f767
5 changed files with 40 additions and 39 deletions

View File

@ -1,6 +1,6 @@
---
Checks: '*,
-google-runtime-references,
-android-cloexec-fopen,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-fuchsia*,
@ -14,8 +14,10 @@ Checks: '*,
-hicpp-signed-bitwise,
-hicpp-no-array-decay,
-hicpp-braces-around-statements,
-google-runtime-references,
-google-readability-todo,
-google-readability-braces-around-statements'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false