summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/NoexceptMoveConstructorCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-281-77/+0
* Revert "[clang-tidy] When" -fno-exceptions is used", this warning is better t...Alexander Kornienko2017-06-091-1/+1
* [clang-tidy] When" -fno-exceptions is used", this warning is better to be sup...Yan Wang2017-06-071-1/+1
* [Clang-tidy] Fix for misc-noexcept-move-constructor false triggers on default...Alexander Kornienko2017-03-171-0/+4
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-3/+2
* [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