summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-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
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-1/+1
* [tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer2018-02-181-0/+3
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] A bit of refactoring of modernize-replace-auto-ptr. NFCAlexander Kornienko2017-05-171-141/+69
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-4/+5
* Make string constants in the modernize module static.Angel Garcia Gomez2015-10-221-2/+2
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-5/+3
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-5/+6
* Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman2015-08-281-6/+15
* Add replace-auto_ptr check.Angel Garcia Gomez2015-08-251-0/+262
OpenPOWER on IntegriCloud