summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-6/+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/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer2018-02-181-0/+2
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-281-1/+1
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-valueMalcolm Parsons2017-01-121-1/+2
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-3/+8
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-5/+4
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-011-1/+1
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-2/+2
* [clang-tidy] modernize-pass-by-value bugfixMads Ravn2016-05-241-0/+5
* Commiting for http://reviews.llvm.org/D20365Mads Ravn2016-05-231-6/+0
* Commiting for http://reviews.llvm.org/D20365Mads Ravn2016-05-231-0/+6
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-4/+5
* small reformat to test accessPiotr Padlewski2016-04-291-27/+27
* [clang-tidy] Make 'modernize-pass-by-value' fix work on header files.Haojian Wu2016-03-021-5/+6
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-4/+3
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-5/+5
* Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman2015-08-281-26/+37
* Replacing a custom AST matcher with some builtin AST matchers; NFC, and exist...Aaron Ballman2015-08-191-14/+1
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-141-0/+223
OpenPOWER on IntegriCloud