summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ExprMutationAnalyzer in performance-unnecessary-value-paramShuai Wang2018-08-031-0/+22
* [clang-tidy] Do not issue fixit for explicit template specializationsFelix Berger2017-07-261-0/+11
* [clang-tidy] Ignore implicit functions in performance-unnecessary-value-paramMalcolm Parsons2017-01-231-0/+17
* [clang-tidy] Do not trigger move fix for non-copy assignment operators in per...Felix Berger2017-01-191-0/+11
* [clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons2017-01-031-2/+24
* [clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger2016-12-161-0/+9
* [clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...Felix Berger2016-12-021-0/+18
* [clang-tidy] Do not issue fix for functions that are referenced outside of ca...Felix Berger2016-11-101-0/+18
* [clang-tidy] Move incomplete type test into separate test fileFelix Berger2016-11-071-8/+1
* [ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...Felix Berger2016-11-041-0/+16
* [clang-tidy] Ignore incomplete types when determining whether they are expens...Felix Berger2016-11-041-1/+8
* [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger2016-07-051-0/+13
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-0/+44
* [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...Felix Berger2016-05-141-0/+11
* [clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger2016-03-291-0/+171
OpenPOWER on IntegriCloud