| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix trivial typos in comments; NFC | Kazuaki Ishizaki | 2020-01-02 | 1 | -1/+1 |
| * | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-19 | 1 | -1/+1 |
| * | Revert "[NFC] Refactor representation of materialized temporaries" | Nico Weber | 2019-11-17 | 1 | -1/+1 |
| * | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-16 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Dmitri Gribenko | 2019-08-22 | 1 | -32/+32 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing whitespace in docs and clang-tidy sources. | Alexander Kornienko | 2016-12-13 | 1 | -1/+1 |
| * | Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ... | Eugene Zelenko | 2016-11-29 | 1 | -4/+17 |
| * | Adapt to TraverseLambdaCapture interface change from D23204 | Martin Bohme | 2016-08-17 | 1 | -2/+3 |
| * | [clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566 | Martin Bohme | 2016-08-01 | 1 | -0/+12 |
| * | Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes. | Tim Shen | 2016-06-21 | 1 | -1/+1 |
| * | [clang-tidy] Remove dead code. NFC. | Benjamin Kramer | 2016-06-15 | 1 | -14/+0 |
| * | [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo... | Haojian Wu | 2016-03-14 | 1 | -2/+2 |
| * | [clang-tidy] Fix an assert failure in `modernize-loop-convert`. | Haojian Wu | 2016-02-16 | 1 | -1/+3 |
| * | [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert. | Haojian Wu | 2016-02-08 | 1 | -2/+2 |
| * | Allow the alias to be of a different type. | Angel Garcia Gomez | 2015-11-06 | 1 | -12/+18 |
| * | Use the old index identifier by default, instead of 'elem'. | Angel Garcia Gomez | 2015-11-06 | 1 | -48/+1 |
| * | Avoid naming conflicts with the old index in modernize-loop-convert. | Angel Garcia Gomez | 2015-11-06 | 1 | -5/+6 |
| * | Replace double negation of !FileID.isInvalid() with FileID.isValid(). | Yaron Keren | 2015-10-03 | 1 | -1/+1 |
| * | Handle trailing underscores on modernize-loop-convert variable namer. | Angel Garcia Gomez | 2015-10-02 | 1 | -0/+11 |
| * | Add NamingStyle option to modernize-loop-convert. | Angel Garcia Gomez | 2015-09-24 | 1 | -19/+56 |
| * | Another patch for modernize-loop-convert. | Angel Garcia Gomez | 2015-09-11 | 1 | -2/+5 |
| * | Avoid using rvalue references with trivially copyable types. | Angel Garcia Gomez | 2015-09-08 | 1 | -3/+5 |
| * | Avoid repeated replacements on loop-convert check. | Angel Garcia Gomez | 2015-09-04 | 1 | -9/+18 |
| * | Two more fixes to loop convert. | Angel Garcia Gomez | 2015-09-03 | 1 | -2/+48 |
| * | Fix loop-convert crash. | Angel Garcia Gomez | 2015-09-02 | 1 | -1/+4 |
| * | Fix several corner cases for loop-convert check. | Angel Garcia Gomez | 2015-09-01 | 1 | -12/+13 |
| * | Fix another LoopConvert fail. | Angel Garcia Gomez | 2015-08-26 | 1 | -2/+8 |
| * | LoopConvert no longer take as alias references to other containers. | Angel Garcia Gomez | 2015-08-26 | 1 | -1/+1 |
| * | [clang-tidy] Add loop-convert check to clang-tidy. | Alexander Kornienko | 2015-08-19 | 1 | -0/+817 |