If your review is incorrectly listed, please copy-paste <!–meta-tag:bot-skip–> into the comment that the bot should ignore.
Conflicts
Reviewers, this pull request conflicts with the following ones:
#34193 (wallet: make migration more robust against failures by furszy)
#34037 (wallet, doc: clarify the coin selection filters that enforce cluster count by glozow)
#29700 (kernel, refactor: return error status on all fatal errors by ryanofsky)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
l0rinc referenced this in commit
94959b8dee
on Jan 23, 2026
l0rinc force-pushed
on Jan 23, 2026
DrahtBot added the label
CI failed
on Jan 23, 2026
l0rinc renamed this:
doc: fix arg name typo in parameter hint in src/node/interfaces.cpp
doc: fix invalid arg name hints for bugprone validation
on Jan 23, 2026
doc: fix invalid arg name hints for bugprone validation
The extra leading `=` or missing trailing `=` prevented clang-tidy's `bugprone-argument-comment` check from validating the parameter name, as it only matches comments formatted strictly as `/*arg=*/` (see https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html).
a73a3ec553
l0rinc force-pushed
on Jan 23, 2026
DrahtBot removed the label
CI failed
on Jan 24, 2026
l0rinc renamed this:
doc: fix invalid arg name hints for bugprone validation
doc: fix arg name hints so bugprone can validate them
on Jan 24, 2026
b-l-u-e
commented at 5:58 am on January 25, 2026:
contributor
ACKa73a3ec tested and saw that argument comments now use the strict “/param=/” format required by bugprone-argument-comment
maflcko
commented at 8:48 am on January 26, 2026:
member
Sjors
commented at 3:44 pm on January 26, 2026:
member
utACKa73a3ec5532ddc05c1b013d868d9994f2889c9cf
The parameter signatures improvements look good to me, but I didn’t check the impact on clang-tidy.
Some sort of before and after comparison would be nice.
l0rinc
commented at 3:53 pm on January 26, 2026:
contributor
Some sort of before and after comparison would be nice.
I have renamed the invalid ones, they would probably fail CI. In my IDE they show up as:
and without the trailing equals sign it would just be a dead comment:
Sjors
commented at 4:16 pm on January 26, 2026:
member
This PR doesn’t change our clang configuration, so presumably it would only trip on those if the lines are touched?
l0rinc
commented at 4:38 pm on January 26, 2026:
contributor
This PR doesn’t change our clang configuration, so presumably it would only trip on those if the lines are touched?
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-01-27 06:13 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me