aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
AgeCommit message (Expand)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-10-12[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh
2018-09-17[clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu...Shuai Wang
2018-09-11[clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang
2018-09-10[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03Use ExprMutationAnalyzer in performance-unnecessary-value-paramShuai Wang
2018-02-02[clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton
2017-07-26[clang-tidy] Do not issue fixit for explicit template specializationsFelix Berger
2017-07-20[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko
2017-05-16[clang-tidy] Speed up performance-unnecessary-value-param checkAlexander Kornienko
2017-01-23[clang-tidy] Ignore implicit functions in performance-unnecessary-value-paramMalcolm Parsons
2017-01-03[clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons
2016-12-16[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger
2016-12-02[clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...Felix Berger
2016-11-10[clang-tidy] Do not issue fix for functions that are referenced outside of ca...Felix Berger
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-04[ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...Felix Berger
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev
2016-07-05[clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger
2016-07-01[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger
2016-05-03[clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron
2016-04-07[clang-tidy] fix a crash with -fdelayed-template-parsing in UnnecessaryValueP...Etienne Bergeron
2016-03-29[clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger