summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-796/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...Don Hinton2019-05-151-4/+7
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-7/+4
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-4/+7
* [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...Haojian Wu2016-03-141-0/+4
* Use the old index identifier by default, instead of 'elem'.Angel Garcia Gomez2015-11-061-132/+132
* Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez2015-11-031-0/+35
* Make the modernize-loop-convert's const-detection smarter.Angel Garcia Gomez2015-11-021-21/+21
* Only copy small types in modernize-loop-convert.Angel Garcia Gomez2015-10-301-0/+8
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Don't use "auto" on loops over fundamental types in modernize-loop-convert.Angel Garcia Gomez2015-10-221-29/+81
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Document a bug in loop-convert and fix one of its subcases.Angel Garcia Gomez2015-10-051-1/+11
* Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.Angel Garcia Gomez2015-10-011-23/+39
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-291/+291
* Remove dangling parenthesis.Angel Garcia Gomez2015-09-241-6/+21
* Fix loop-convert for trivially copyable types.Manuel Klimek2015-09-231-11/+18
* Fix loop-convert for const references to containers.Manuel Klimek2015-09-231-0/+12
* Refactor LoopConvertCheck.Angel Garcia Gomez2015-09-211-2/+2
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-70/+118
* Avoid using rvalue references with trivially copyable types.Angel Garcia Gomez2015-09-081-3/+12
* Fix loop-convert crash.Angel Garcia Gomez2015-09-021-0/+11
* Fix several corner cases for loop-convert check.Angel Garcia Gomez2015-09-011-8/+27
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+548
OpenPOWER on IntegriCloud