summaryrefslogtreecommitdiffstats
path: root/clang-tidy/performance/ForRangeCopyCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh2018-10-121-2/+12
* [clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang2018-09-111-3/+2
* [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev2018-09-101-2/+2
* [clang-tidy] Omit cases where loop variable is not used in loop body inHaojian Wu2018-08-101-9/+22
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Use ExprMutationAnalyzer in performance-for-range-copyShuai Wang2018-07-101-3/+3
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-7/+8
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-2/+2
* [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger2016-03-051-94/+8
* [clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.Felix Berger2016-02-151-3/+6
* [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko2016-01-291-0/+177