all: more clang-tidy cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-08 15:12:57 +02:00
parent aa9e69f03e
commit 42759b94bd
6 changed files with 37 additions and 7 deletions
+2
View File
@@ -23,11 +23,13 @@ Checks: >
clang-analyzer-*,
-clang-analyzer-optin.performance.Padding,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-analyzer-security.insecureAPI.rand,
-clang-analyzer-security.insecureAPI.strcpy,
clang-diagnostic-*,
performance-*,
-performance-avoid-endl,
-performance-enum-size,
-performance-no-int-to-ptr,
-performance-unnecessary-value-param,
FormatStyle: file
HeaderFilterRegex: '.*'