mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
tidy: Enable two clang-tidy checks
Checks enabled: 'performance-for-range-copy' and 'performance-unnecessary-copy-initialization'
This commit is contained in:
parent
081b0e53e3
commit
ae7ae36d31
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ bugprone-argument-comment,
|
|||
misc-unused-using-decls,
|
||||
modernize-use-default-member-init,
|
||||
modernize-use-nullptr,
|
||||
performance-for-range-copy,
|
||||
performance-unnecessary-copy-initialization,
|
||||
readability-redundant-declaration,
|
||||
readability-redundant-string-init,
|
||||
'
|
||||
|
@ -12,6 +14,8 @@ bugprone-argument-comment,
|
|||
misc-unused-using-decls,
|
||||
modernize-use-default-member-init,
|
||||
modernize-use-nullptr,
|
||||
performance-for-range-copy,
|
||||
performance-unnecessary-copy-initialization,
|
||||
readability-redundant-declaration,
|
||||
readability-redundant-string-init,
|
||||
'
|
||||
|
|
Loading…
Add table
Reference in a new issue