summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-move-constructor-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-154/+0
* [clang-tidy] Supresses misc-move-constructor-init warning for const fields.Alexander Kornienko2017-02-081-0/+10
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-4/+8
* [clang-tidy] MoveConstructorInitCheck - Add parameter name to check message.Felix Berger2016-05-031-1/+1
* Make isExpensiveToCopy() tri-state.Manuel Klimek2015-10-231-5/+0
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-78/+145
* Change the test to use the new python script instead of the more verbose RUN ...Aaron Ballman2015-08-201-5/+5
* Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...Aaron Ballman2015-08-201-0/+78
OpenPOWER on IntegriCloud