summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-1/+1
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-32/+32
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko2016-12-131-1/+1
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-291-4/+17
* Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme2016-08-171-2/+3
* [clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566Martin Bohme2016-08-011-0/+12
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-1/+1
* [clang-tidy] Remove dead code. NFC.Benjamin Kramer2016-06-151-14/+0
* [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...Haojian Wu2016-03-141-2/+2
* [clang-tidy] Fix an assert failure in `modernize-loop-convert`.Haojian Wu2016-02-161-1/+3
* [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu2016-02-081-2/+2
* Allow the alias to be of a different type.Angel Garcia Gomez2015-11-061-12/+18
* Use the old index identifier by default, instead of 'elem'.Angel Garcia Gomez2015-11-061-48/+1
* Avoid naming conflicts with the old index in modernize-loop-convert.Angel Garcia Gomez2015-11-061-5/+6
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* Handle trailing underscores on modernize-loop-convert variable namer.Angel Garcia Gomez2015-10-021-0/+11
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-19/+56
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-2/+5
* Avoid using rvalue references with trivially copyable types.Angel Garcia Gomez2015-09-081-3/+5
* Avoid repeated replacements on loop-convert check.Angel Garcia Gomez2015-09-041-9/+18
* Two more fixes to loop convert.Angel Garcia Gomez2015-09-031-2/+48
* Fix loop-convert crash.Angel Garcia Gomez2015-09-021-1/+4
* Fix several corner cases for loop-convert check.Angel Garcia Gomez2015-09-011-12/+13
* Fix another LoopConvert fail.Angel Garcia Gomez2015-08-261-2/+8
* LoopConvert no longer take as alias references to other containers.Angel Garcia Gomez2015-08-261-1/+1
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+817
OpenPOWER on IntegriCloud