summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-011-1/+15
* [clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConst...Haojian Wu2019-08-281-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton2018-02-021-1/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-3/+3
* [clang-tidy] Ignore incomplete types when determining whether they are expens...Felix Berger2016-11-041-1/+1
* Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...Aaron Ballman2016-10-041-0/+5
* [clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...Matthias Gehre2016-09-281-1/+3
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-0/+12
* [clang-tidy] Cleanups utils filesEtienne Bergeron2016-05-161-1/+2
* [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...Felix Berger2016-05-141-2/+18
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-1/+3
* Complete support for C++ Core Guidelines Type.6: Always initialize a member v...Alexander Kornienko2016-04-131-0/+75
* Make isExpensiveToCopy() tri-state.Manuel Klimek2015-10-231-2/+4
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-0/+34
OpenPOWER on IntegriCloud