summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MoveConstructorInitCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-44/+0
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-6/+0
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-2/+2
* [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-0/+1
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-2/+17
* [clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko2015-08-271-3/+3
* Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...Aaron Ballman2015-08-201-0/+32
OpenPOWER on IntegriCloud