mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:37:16 +03:00
parent
b7ecd14725
commit
b5a6d617d1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,9 +5,9 @@
|
|||
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
|
||||
|
||||
Checks:
|
||||
- -clang-analyzer-security.insecureAPI.bzero # for FD_ZERO() (seen on macOS)
|
||||
- -clang-analyzer-optin.performance.Padding
|
||||
- -clang-analyzer-security.ArrayBound # due to false positives with clang-tidy v21.1.0
|
||||
- -clang-analyzer-security.insecureAPI.bzero # for FD_ZERO() (seen on macOS)
|
||||
- -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
|
||||
- -clang-diagnostic-nullability-extension
|
||||
- bugprone-suspicious-realloc-usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue