aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/MakeUniqueCheck.cpp
AgeCommit message (Expand)Author
2018-03-21[clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...Alexander Kornienko
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek
2017-05-17[clang-tidy] Replace matchesName with hasName where no regex is neededAlexander Kornienko
2016-05-02[clang-tidy] Add modernize-make-shared checkPiotr Padlewski
2015-11-04Improve modernize-make-unique matcher.Angel Garcia Gomez
2015-10-22Correctly print the type in modernize-make-unique.Angel Garcia Gomez
2015-10-22Make string constants in the modernize module static.Angel Garcia Gomez
2015-10-14Support every kind of initialization.Angel Garcia Gomez
2015-10-05Use better mocks in modernize-make-unique, and fix matcher.Angel Garcia Gomez
2015-09-29Create modernize-make-unique check.Angel Garcia Gomez