summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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