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