mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
clang-tidy: remove some performance-* options
This commit is contained in:
@@ -23,10 +23,14 @@ modernize-use-starts-ends-with,
|
||||
performance-*,
|
||||
-performance-avoid-endl,
|
||||
-performance-enum-size,
|
||||
-performance-faster-string-find,
|
||||
-performance-inefficient-string-concatenation,
|
||||
-performance-no-int-to-ptr,
|
||||
-performance-noexcept-move-constructor,
|
||||
-performance-prefer-single-char-overloads,
|
||||
-performance-string-view-conversions,
|
||||
-performance-unnecessary-value-param,
|
||||
-performance-use-std-move,
|
||||
readability-avoid-const-params-in-decls,
|
||||
readability-const-return-type,
|
||||
readability-container-contains,
|
||||
|
||||
Reference in New Issue
Block a user