summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] implement utility-function to add 'const' to variablesJonas Toth2020-01-031-3/+6
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-2/+2
* [clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh2018-10-121-5/+13
* [clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu...Shuai Wang2018-09-171-15/+8
* [clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang2018-09-111-3/+3
* [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev2018-09-101-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Use ExprMutationAnalyzer in performance-unnecessary-value-paramShuai Wang2018-08-031-34/+39
* [clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton2018-02-021-0/+4
* [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