summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-23/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-151-3/+3
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-291-3/+10
* Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme2016-08-171-1/+2
* [clang-tidy] Remove dead code. NFC.Benjamin Kramer2016-06-151-3/+0
* Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez2015-11-031-2/+2
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-2/+14
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-4/+29
* Avoid repeated replacements on loop-convert check.Angel Garcia Gomez2015-09-041-0/+4
* Two more fixes to loop convert.Angel Garcia Gomez2015-09-031-0/+1
* Fix several corner cases for loop-convert check.Angel Garcia Gomez2015-09-011-3/+3
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+420
OpenPOWER on IntegriCloud