summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checkerSylvestre Ledru2020-01-101-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...Alexander Kornienko2018-03-211-1/+7
* 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