1. 976e0c0 A bit of AST matcher cleanup, NFC. by Alexander Kornienko · 7 years ago
  2. abd72e9 [clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy by Adam Balogh · 7 years ago
  3. 7c7ea7d [clang-tools-extra] Format sources with clang-format. NFC. by Mandeep Singh Grang · 9 years ago
  4. 06e39a3 [clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-initialization. by Haojian Wu · 9 years ago
  5. 98e4019 [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified. by Felix Berger · 9 years ago
  6. 6d3d746 [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for decl stmts with single VarDecl. by Felix Berger · 9 years ago
  7. 2a4c00f [clang-tidy] Cleanup namespace in utils folder. by Etienne Bergeron · 9 years ago
  8. 6ccb1dd Add check for unneeded copies of locals by Haojian Wu · 10 years ago
  9. adfdc14 [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-const copies that can be safely converted to const references. by Felix Berger · 10 years ago
  10. 8d228dd [clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializations to exclude static local variables. by Alexander Kornienko · 10 years ago
  11. b959f4c [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy by Alexander Kornienko · 10 years ago