mirror of
https://github.com/curl/curl.git
synced 2026-06-12 02:14:16 +03:00
add comment
This commit is contained in:
parent
a002f5c71b
commit
6b700f2545
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ if(CURL_CLANG_TIDY)
|
|||
list(APPEND _tidy_checks "-clang-analyzer-security.insecureAPI.bzero") # for FD_ZERO() (seen on macOS)
|
||||
list(APPEND _tidy_checks "-clang-analyzer-security.insecureAPI.strcpy")
|
||||
list(APPEND _tidy_checks "-clang-analyzer-optin.performance.Padding")
|
||||
list(APPEND _tidy_checks "-clang-analyzer-security.ArrayBound")
|
||||
list(APPEND _tidy_checks "-clang-analyzer-security.ArrayBound") # false positives with clang-tidy v21.1.0
|
||||
list(APPEND _tidy_checks "-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling")
|
||||
string(REPLACE ";" "," _tidy_checks "${_tidy_checks}")
|
||||
find_program(CLANG_TIDY NAMES "clang-tidy" REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue