1. 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
  2. f21e8eb [clangtidy] Remove old copy of ExprMutationAnalyzer by Shuai Wang · 7 years ago
  3. a3dc948 [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888 by Roman Lebedev · 7 years ago
  4. 25efa0f [clang-tidy] Omit cases where loop variable is not used in loop body in by Haojian Wu · 7 years ago
  5. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  6. 0ed0febb Use ExprMutationAnalyzer in performance-for-range-copy by Shuai Wang · 7 years ago
  7. 2a4c00f [clang-tidy] Cleanup namespace in utils folder. by Etienne Bergeron · 9 years ago
  8. 456177b [clang-tidy] Cleaning namespaces to be more consistant across checkers. by Etienne Bergeron · 9 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. f4fdc8a [clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types. by Felix Berger · 10 years ago
  11. 5aebfe2 [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of loop variables. by Alexander Kornienko · 10 years ago