summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Fix handling of parens around new expressions in make_<smartptr>...Alexander Kornienko2018-10-091-8/+6
* [clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...Alexander Kornienko2018-03-211-0/+3
* [clang-tidy] Don't generate fixes for initializer_list constructor in make_un...Haojian Wu2017-08-171-1/+2
* [clang-tidy] Ignore macros in make-unique check.Haojian Wu2017-08-041-0/+1
* [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu2017-07-051-2/+10
* [clang-tidy] Handle new array expressions in modernize-make-unique check.Haojian Wu2017-06-271-1/+2
* [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()Malcolm Parsons2016-10-311-0/+7
* [Clang-tidy] Fix Clang-tidy modernize-use-override and some Include What You ...Eugene Zelenko2016-05-031-3/+5
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-0/+50
OpenPOWER on IntegriCloud