summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-0/+2
* clang-tidy: Add check modernize-raw-string-literalRichard Thomson2016-03-271-0/+3
* [clang-tidy] introduce modernize-deprecated-headers checkAlexander Kornienko2016-02-241-0/+3
* Only copy small types in modernize-loop-convert.Angel Garcia Gomez2015-10-301-0/+4
* Add modernize-redundant-void-arg check to clang-tidyAlexander Kornienko2015-10-281-0/+3
* Add modernize-use-default check to clang-tidy.Angel Garcia Gomez2015-10-211-3/+4
* Create modernize-make-unique check.Angel Garcia Gomez2015-09-291-0/+3
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-0/+1
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-0/+4
* Add replace-auto_ptr check.Angel Garcia Gomez2015-08-251-0/+4
* [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez2015-08-211-0/+2
* [clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko2015-08-191-0/+5
* Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner2015-08-191-5/+0
* [clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko2015-08-191-0/+5
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+3
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-141-0/+46
OpenPOWER on IntegriCloud