summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez2015-11-031-1/+1
* Only copy small types in modernize-loop-convert.Angel Garcia Gomez2015-10-301-0/+1
* Don't use "auto" on loops over fundamental types in modernize-loop-convert.Angel Garcia Gomez2015-10-221-1/+1
* Prevent loop-convert from leaving empty lines after removing an alias declara...Angel Garcia Gomez2015-10-011-0/+2
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-1/+2
* Refactor LoopConvertCheck.Angel Garcia Gomez2015-09-211-12/+29
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-1/+1
* Avoid using rvalue references with trivially copyable types.Angel Garcia Gomez2015-09-081-6/+11
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+52
OpenPOWER on IntegriCloud