You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
001493a fix: more fixes for performance-move-const-arg clang-tidy (Konstantin Akimov)
245d1b1 fix: more fixes for bugprone-use-after-move clang-tidy (Konstantin Akimov)
022896e fix: more fixes for performance-unnecessary-copy-initialization due to newer clang 19 (Konstantin Akimov)
36d589a partial Merge bitcoin#31306: ci: Update Clang in "tidy" job (merge-script)
828b9bc Merge bitcoin#31051: test: remove unused code from `script_tests` (merge-script)
b33214c Merge bitcoin#31305: refactor: Fix remaining clang-tidy performance-inefficient-vector errors (Ava Chow)
4734a59 Merge bitcoin#31364: refactor: Fix remaining clang-tidy performance-unnecessary-copy-initialization errors (Ava Chow)
fdddfc1 Merge bitcoin#25872: Fix issues when calling std::move(const&) (fanquake)
887d7b3 Merge bitcoin#25701: fix comment spellings from the codespell lint (fanquake)
0e7d0e2 partial Merge bitcoin#25707: refactor: Make const references to avoid unnecessarily copying objects and enable two clang-tidy checks (MacroFake)
03a8a7e Merge bitcoin#25733: tidy: enable bugprone-use-after-move (MacroFake)
3538700 Merge bitcoin#25466: ci: add unused-using-decls to clang-tidy (MacroFake)
f89f8a1 Merge bitcoin#25351: rpc, wallet: Scan mempool after import* - Second attempt (Andrew Chow)
b78bf3e Merge bitcoin#24419: lint: remove no-longer used exceptions from lint-format-strings.py (MarcoFalke)
Pull request description:
## What was done?
Some more regular backports from Bitcoin Core v24; some extra backports have been pulled from Bitcoin Core v29 to fix clang-tidy for newer clang-19
## How Has This Been Tested?
Run unit & functional tests
## Breaking Changes
N/A
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
ACKs for top commit:
UdjinM6:
utACK 001493a
kwvg:
utACK 001493a
Tree-SHA512: 39927ecc4008aa7602947e3cdb018ba141e0dae3e9f6f7f983411dc24cb6300c0d27e4f5a9128e292a184ef18841f6da640479c78cc8e0c1d1816dc405bc850f
0 commit comments