Skip to content

more clang-tidy fixups #14088

more clang-tidy fixups

more clang-tidy fixups #14088

Triggered via pull request January 22, 2025 00:18
@nehebneheb
synchronize #15054
neheb:bb
Status Failure
Total duration 41m 44s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Force failure in case there are binaries present in a pull request
4s
Force failure in case there are binaries present in a pull request
Check whether clang-tidy succeeded
1s
Check whether clang-tidy succeeded
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Check whether clang-tidy succeeded
Auth clang-tidy failed
Check whether clang-tidy succeeded
Process completed with exit code 1.
Analyze (cpp, rec): pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
Analyze (cpp, rec): pdns/webserver.cc#L590
performing an implicit widening conversion to type 'ssize_t' (aka 'long') of a multiplication performed in type 'int' (bugprone-implicit-widening-of-multiplication-result - Level=Warning)
Analyze (cpp, rec): pdns/axfr-retriever.cc#L34
parameter name 'tt' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, dnsdist): pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
Analyze (cpp, auth): pdns/axfr-retriever.cc#L34
parameter name 'tt' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, auth): pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
Analyze (cpp, auth): pdns/webserver.cc#L590
performing an implicit widening conversion to type 'ssize_t' (aka 'long') of a multiplication performed in type 'int' (bugprone-implicit-widening-of-multiplication-result - Level=Warning)