summaryrefslogtreecommitdiffstats
path: root/clang-tidy/modernize/MakeUniqueCheck.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+5
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+0
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-6/+6
* Create modernize-make-unique check.Angel Garcia Gomez2015-09-291-0/+41