clang-tidy performance-unnecessary-copy-initialization

This commit is contained in:
Daniel Agar
2017-01-30 23:24:04 -05:00
parent 7e5f09f408
commit 6f05fec335
3 changed files with 7 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
performance-implicit-cast-in-loop,
## TODO: fix code and enable # performance-inefficient-string-concatenation,
## TODO: fix code and enable # performance-type-promotion-in-math-fn,
## TODO: fix code and enable # performance-unnecessary-copy-initialization,
performance-unnecessary-copy-initialization,
performance-unnecessary-value-param,
## TODO: fix code and enable # readability-avoid-const-params-in-decls,
readability-braces-around-statements,