summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-12/+13
* [clang-tidy] Replace matchesName with hasName where no regex is neededAlexander Kornienko2017-05-171-8/+8
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-133/+18
* Improve modernize-make-unique matcher.Angel Garcia Gomez2015-11-041-3/+4
* Correctly print the type in modernize-make-unique.Angel Garcia Gomez2015-10-221-2/+2
* Make string constants in the modernize module static.Angel Garcia Gomez2015-10-221-3/+3
* Support every kind of initialization.Angel Garcia Gomez2015-10-141-3/+41
* Use better mocks in modernize-make-unique, and fix matcher.Angel Garcia Gomez2015-10-051-3/+11
* Create modernize-make-unique check.Angel Garcia Gomez2015-09-291-0/+108
OpenPOWER on IntegriCloud