summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a bunch of static arrays const.Craig Topper2015-10-181-12/+14
* Prevent modernize-use-auto from emitting a warning when 'auto' was already be...Angel Garcia Gomez2015-10-141-0/+3
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-14/+15
* Fix use-auto-check.Angel Garcia Gomez2015-09-021-1/+1
* Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman2015-08-281-2/+6
* [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez2015-08-211-0/+368
OpenPOWER on IntegriCloud