[clang-tidy] disable clang-analyzer-optin.performance.Padding

this is not a bug but a performance suggestion test. We don´t want these
mixed in with actual issues
This commit is contained in:
akallabeth 2024-09-13 12:59:35 +02:00
parent 5a711f5ae4
commit 01c6447963
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Checks: >
-cert-dcl16-c,
-cert-env33-c,
-cert-dcl50-cpp,
-clang-analyzer-optin.performance.Padding,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-analyzer-valist.Uninitialized,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,