mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
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
This commit is contained in:
@@ -10,6 +10,7 @@ performance-for-range-copy,
|
||||
performance-inefficient-vector-operation,
|
||||
performance-move-const-arg,
|
||||
performance-no-automatic-move,
|
||||
performance-type-promotion-in-math-fn
|
||||
performance-unnecessary-copy-initialization,
|
||||
readability-const-return-type,
|
||||
readability-redundant-declaration,
|
||||
|
||||
Reference in New Issue
Block a user