summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/TypeTraits.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-011-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-0/+6
* [clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko2016-06-171-3/+3
* [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...Felix Berger2016-05-141-1/+2
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-0/+2
* Complete support for C++ Core Guidelines Type.6: Always initialize a member v...Alexander Kornienko2016-04-131-0/+7
* Make isExpensiveToCopy() tri-state.Manuel Klimek2015-10-231-1/+1
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-0/+27
OpenPOWER on IntegriCloud