From b0237d2993895860f992dac6c28ca81f39a3d6ef Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 13 Aug 2019 14:43:20 +0200 Subject: [PATCH] Add clang-analyzer-security.* checks --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 586ca5d88..eb5a2c37d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -10,6 +10,7 @@ Checks: '-*, cert-msc50-cpp, cert-msc51-cpp, clang-analyzer-cplusplus.*, + clang-analyzer-security.*, cppcoreguidelines-pro-type-cstyle-cast, cppcoreguidelines-pro-type-static-cast-downcast, cppcoreguidelines-slicing,