summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/NoexceptMoveConstructorCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-2/+2
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-7/+8
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-5/+9
* [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko2015-05-271-0/+67
OpenPOWER on IntegriCloud