aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
AgeCommit message (Expand)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-02-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer
2017-07-20[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko
2017-05-17[clang-tidy] A bit of refactoring of modernize-replace-auto-ptr. NFCAlexander Kornienko
2016-05-03[clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron
2015-10-22Make string constants in the modernize module static.Angel Garcia Gomez
2015-10-06Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-08-28Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman
2015-08-25Add replace-auto_ptr check.Angel Garcia Gomez