summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.h
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-1/+2
* 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-0/+1
* [clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu...Shuai Wang2018-09-171-0/+4
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-2/+11
* [clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger2016-03-291-0/+36
OpenPOWER on IntegriCloud