> clang-tidy: Add `performance-faster-string-find` check
>
> https://clang.llvm.org/extra/clang-tidy/checks/performance/faster-string-find.html
https://github.com/bitcoin/bitcoin/pull/26642/commits/516b75f66ec3ba7495fc028c750937bd66cc9bba
> clang-tidy: Add `performance-type-promotion-in-math-fn` check
>
> https://clang.llvm.org/extra/clang-tidy/checks/performance/type-promotion-in-math-fn.html
https://github.com/bitcoin/bitcoin/pull/26642/commits/24004372302adfc0e7cb36f8db6830694bf050e9
> clang-tidy: Exclude `performance-*` checks rather including themi
https://github.com/bitcoin/bitcoin/pull/26642/commits/03ec5b6f9ca3af28c9ce25cf2393e28ae852d808
This concludes backport of core#26642
Depends on D18072