1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-05 23:10:34 +00:00

Add clang-analyzer-optin.performance.* and clang-analyzer-optin.portability.UnixAPI checks

This commit is contained in:
Carles Fernandez 2019-08-16 16:04:04 +02:00
parent 24570f8a08
commit b956a28a0f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -10,6 +10,8 @@ Checks: '-*,
cert-msc50-cpp,
cert-msc51-cpp,
clang-analyzer-cplusplus.*,
clang-analyzer-optin.performance.*,
clang-analyzer-optin.portability.UnixAPI,
clang-analyzer-security.*,
cppcoreguidelines-pro-type-cstyle-cast,
cppcoreguidelines-pro-type-static-cast-downcast,