This PR split from bitcoin/bitcoin#26705 and contains only changes in src/qt
.
Effectively, it fixes the clang-tidy’s modernize-use-default-member-init
errors, and forces clang-tidy checks for all headers in the src/qt
directory.
src/qt
#686
This PR split from bitcoin/bitcoin#26705 and contains only changes in src/qt
.
Effectively, it fixes the clang-tidy’s modernize-use-default-member-init
errors, and forces clang-tidy checks for all headers in the src/qt
directory.
See https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-default-member-init.html
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | jarolrod |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
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.
ACK 7b7cd112444b996a8ae6a6edfed00bcee67546c8
To confirm the correctness of the changes, I dropped the first commit and ran the CI locally. The log for the tidy task states what to fix, I went through this, painstakingly, for a long time, and arrived to the same diff as this PR.
Also did some light testing of the binary with these changes. Also, CI is happy.
Labels
Refactoring