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:
Hennadii Stepanov
2023-03-26 20:18:03 +01:00
parent 7e975e6cf8
commit 2400437230
2 changed files with 3 additions and 2 deletions

View File

@@ -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,