summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Do not issue fixit for explicit template specializationsFelix Berger2017-07-261-1/+15
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Speed up performance-unnecessary-value-param checkAlexander Kornienko2017-05-161-5/+4
* [clang-tidy] Ignore implicit functions in performance-unnecessary-value-paramMalcolm Parsons2017-01-231-1/+1
* [clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons2017-01-031-28/+17
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-1/+1
* [clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger2016-12-161-0/+13
* [clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...Felix Berger2016-12-021-1/+2
* [clang-tidy] Do not issue fix for functions that are referenced outside of ca...Felix Berger2016-11-101-3/+15
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...Felix Berger2016-11-041-1/+4
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-011-2/+2
* [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger2016-07-051-2/+4
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-4/+83
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-3/+3
* [clang-tidy] fix a crash with -fdelayed-template-parsing in UnnecessaryValueP...Etienne Bergeron2016-04-071-0/+4
* [clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger2016-03-291-0/+87
OpenPOWER on IntegriCloud