summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/Matchers.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-011-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh2018-10-121-0/+7
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+4
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-121-4/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+4
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+2
* [clang-tidy] Fixes to modernize-use-emplacePiotr Padlewski2016-07-291-2/+0
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-011-0/+6
* Remove ignoringImplicit from clang-tidy.Cong Liu2016-06-241-5/+0
* [clang-tidy] Add modernize-use-emplacePiotr Padlewski2016-06-211-0/+2
* [clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron2016-05-171-0/+5
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-2/+2
* [clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron2016-04-211-0/+12
* Complete support for C++ Core Guidelines Type.6: Always initialize a member v...Alexander Kornienko2016-04-131-0/+5
* Replace the custom AST matcher for nothrow functions with the canonical AST m...Aaron Ballman2015-12-021-16/+0
* Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman2015-12-011-0/+16
* Make isExpensiveToCopy() tri-state.Manuel Klimek2015-10-231-1/+3
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-0/+28
OpenPOWER on IntegriCloud