mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
clang-tidy: fix readability-suspicious-call-argument
Also: - curlx/strerr: avoid a false positive by dropping an interim variable. - enable this check. Ref: #20627 (initial attempt) Closes #20777
This commit is contained in:
parent
fcde8d7e37
commit
a5c6a4067a
4 changed files with 14 additions and 15 deletions
|
|
@ -39,6 +39,7 @@ Checks:
|
|||
- readability-redundant-function-ptr-dereference
|
||||
- readability-redundant-parentheses
|
||||
- readability-redundant-preprocessor
|
||||
- readability-suspicious-call-argument
|
||||
- readability-uppercase-literal-suffix
|
||||
|
||||
CheckOptions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue