tidy: Enable two clang-tidy checks

Checks enabled: 'performance-for-range-copy' and 'performance-unnecessary-copy-initialization'
This commit is contained in:
Aurèle Oulès 2022-07-26 14:47:56 +02:00
parent 081b0e53e3
commit ae7ae36d31
No known key found for this signature in database
GPG key ID: 55F3976F7001D998

View file

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