summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MoveConstructorInitCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-110/+0
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Supresses misc-move-constructor-init warning for const fields.Alexander Kornienko2017-02-081-0/+3
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-80/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+2
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-011-1/+1
* [clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko2016-05-201-2/+4
* [clang-tidy] MoveConstructorInitCheck - Add parameter name to check message.Felix Berger2016-05-031-2/+3
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-4/+5
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman2016-01-081-16/+22
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-3/+92
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-8/+10
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-11/+12
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-9/+13
* Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...Aaron Ballman2015-08-201-0/+77
OpenPOWER on IntegriCloud