curl/lib/curlx
Viktor Szakats df6014894b
clang-tidy: enable more checks, fix fallouts
- enable three checks:
  - bugprone-invalid-enum-default-initialization
  - bugprone-sizeof-expression
  - readability-inconsistent-declaration-parameter-name (strict)
- fix remaining discrepancies with arg names in prototypes
  and implementation, in strict mode.
- document reason for some checks tested but not enabled.

Closes #20794
2026-04-14 02:20:16 +02:00
..
base64.c badwords: prefer 'null-terminated' 2026-03-18 11:40:13 +01:00
base64.h
basename.c
basename.h
dynbuf.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
dynbuf.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
fopen.c lib: reserve 'result' for CURLcode 2026-04-06 23:12:06 +02:00
fopen.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
inet_ntop.c
inet_ntop.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
inet_pton.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
inet_pton.h
multibyte.c
multibyte.h
nonblock.c
nonblock.h
snprintf.c gcc: guard #pragma diagnostic in core code for <4.6, disable picky warnings 2026-03-18 11:33:37 +01:00
snprintf.h
strcopy.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
strcopy.h
strdup.c
strdup.h
strerr.c strerr: correct the strerror_s() return code condition 2026-03-17 14:45:01 +01:00
strerr.h
strparse.c hsts: when a dupe host adds subdomains, use that 2026-03-26 23:27:24 +01:00
strparse.h hsts: when a dupe host adds subdomains, use that 2026-03-26 23:27:24 +01:00
timediff.c
timediff.h
timeval.c curlx_now(), prevent zero timestamp 2026-03-21 14:47:36 +01:00
timeval.h
version_win32.c
version_win32.h
wait.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
wait.h
warnless.c
warnless.h
winapi.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
winapi.h