Enable clang-tidies clang-analyzer-core.DynamicTypePropagation and clang-analyzer-core.uninitialized.CapturedBlockVariable

Official docs:

  - Generate dynamic type information
  - Check for blocks that capture uninitialized values
This commit is contained in:
Robert Schulze 2022-05-06 00:40:18 +02:00
parent f2b1748c48
commit 7d1ac7fa7f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -33,9 +33,6 @@ Checks: '*,
-cert-oop57-cpp,
-cert-oop58-cpp,
-clang-analyzer-core.DynamicTypePropagation,
-clang-analyzer-core.uninitialized.CapturedBlockVariable,
-clang-analyzer-optin.performance.Padding,
-clang-analyzer-optin.portability.UnixAPI,