summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-loop-convert-extra.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-1085/+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/+15
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-15/+4
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-4/+15
* clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28...Matthias Gehre2016-07-201-0/+12
* [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu2016-02-081-0/+8
* Allow the alias to be of a different type.Angel Garcia Gomez2015-11-061-1/+20
* Use the old index identifier by default, instead of 'elem'.Angel Garcia Gomez2015-11-061-122/+122
* Avoid naming conflicts with the old index in modernize-loop-convert.Angel Garcia Gomez2015-11-061-0/+17
* Fix another case where loop-convert wasn't handling correctly data members.Angel Garcia Gomez2015-11-061-0/+25
* Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez2015-11-031-0/+20
* Make the modernize-loop-convert's const-detection smarter.Angel Garcia Gomez2015-11-021-12/+12
* 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-37/+37
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Prevent loop-convert from leaving empty lines after removing an alias declara...Angel Garcia Gomez2015-10-011-10/+20
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-362/+374
* Remove dangling parenthesis.Angel Garcia Gomez2015-09-241-11/+11
* Fix loop-convert for trivially copyable types.Manuel Klimek2015-09-231-6/+6
* Add a test to modernize-loop-convert.Angel Garcia Gomez2015-09-171-15/+9
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-40/+82
* Avoid repeated replacements on loop-convert check.Angel Garcia Gomez2015-09-041-0/+29
* Two more fixes to loop convert.Angel Garcia Gomez2015-09-031-0/+171
* Fix several corner cases for loop-convert check.Angel Garcia Gomez2015-09-011-0/+50
* Fix another LoopConvert fail.Angel Garcia Gomez2015-08-261-1/+7
* LoopConvert no longer take as alias references to other containers.Angel Garcia Gomez2015-08-261-0/+10
* Avoid LoopConvertCheck replacements in template instantiations.Angel Garcia Gomez2015-08-251-0/+21
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* [clang-tidy] Fix bug in modernize-loop-convert check.Alexander Kornienko2015-08-201-0/+21
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+608
OpenPOWER on IntegriCloud