summaryrefslogtreecommitdiffstats
path: root/clang-tidy/modernize/MakeSmartPtrCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up after r360006.Richard Smith2019-05-061-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] No warning for auto new expression in smart checkHaojian Wu2018-11-261-0/+3
* [clang-tidy] Don't generate incorrect fixes for class with deleted copy const...Haojian Wu2018-11-261-0/+13
* [clang-tidy] Don't generate incorrect fixes for class constructed from list-i...Haojian Wu2018-11-201-19/+31
* [clang-tidy] Ignore a case where the fix of make_unique check introduces side...Haojian Wu2018-10-181-0/+9
* [clang-tidy] Fix handling of parens around new expressions in make_<smartptr>...Alexander Kornienko2018-10-091-16/+30
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...Alexander Kornienko2018-03-211-2/+7
* [clang-tidy] Fix one corner case in make-unique check.Haojian Wu2018-03-061-9/+1
* [clang-tidy] Don't generate fixes for invalid new expr location in modernize-...Haojian Wu2018-01-231-0/+4
* [clang-tidy] Don't generate fix for argument constructed from std::initialize...Haojian Wu2018-01-181-3/+16
* [clang-tidy] A follow-up fix of braced-init-list constructors in make-unique ...Haojian Wu2017-08-241-2/+14
* [clang-tidy] Ignore statements inside a template instantiation.Haojian Wu2017-08-171-2/+4
* [clang-tidy] Don't generate fixes for initializer_list constructor in make_un...Haojian Wu2017-08-171-16/+36
* [clang-tidy] Fix another crash in make-unique check.Haojian Wu2017-08-091-0/+7
* [clang-tidy] Ignore macros in make-unique check.Haojian Wu2017-08-041-2/+26
* [clang-tidy] Support initializer-list constructor cases in modernize-make-uni...Haojian Wu2017-08-041-10/+27
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu2017-07-051-6/+44
* [clang-tidy] Handle new array expressions in modernize-make-unique check.Haojian Wu2017-06-271-13/+43
* [clang-tidy] Fix type names in modernize-use-unique/shared_ptr checks.Haojian Wu2017-06-271-3/+15
* [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()Malcolm Parsons2016-10-311-2/+52
* [clang-tidy] modernize-make-{smart_ptr} private ctor bugfixPiotr Padlewski2016-08-311-1/+7
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-8/+8
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-0/+150