Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle correctly containers that are data members in modernize-loop-convert. | Angel Garcia Gomez | 2015-11-03 | 1 | -1/+1 |
* | Only copy small types in modernize-loop-convert. | Angel Garcia Gomez | 2015-10-30 | 1 | -0/+1 |
* | Don't use "auto" on loops over fundamental types in modernize-loop-convert. | Angel Garcia Gomez | 2015-10-22 | 1 | -1/+1 |
* | Prevent loop-convert from leaving empty lines after removing an alias declara... | Angel Garcia Gomez | 2015-10-01 | 1 | -0/+2 |
* | Add NamingStyle option to modernize-loop-convert. | Angel Garcia Gomez | 2015-09-24 | 1 | -1/+2 |
* | Refactor LoopConvertCheck. | Angel Garcia Gomez | 2015-09-21 | 1 | -12/+29 |
* | Another patch for modernize-loop-convert. | Angel Garcia Gomez | 2015-09-11 | 1 | -1/+1 |
* | Avoid using rvalue references with trivially copyable types. | Angel Garcia Gomez | 2015-09-08 | 1 | -6/+11 |
* | [clang-tidy] Add loop-convert check to clang-tidy. | Alexander Kornienko | 2015-08-19 | 1 | -0/+52 |