summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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