| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clangd] Fix modernize-loop-convert "multiple diag in flight" crash. | Haojian Wu | 2020-06-10 | 1 | -9/+8 |
| * | Remove \brief commands from doxygen comments. | Dmitri Gribenko | 2019-08-22 | 1 | -19/+19 |
| * | [clang-tidy] Fix invalid read on destruction | Nikolai Kosjar | 2019-06-11 | 1 | -19/+23 |
| * | [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ... | Don Hinton | 2019-05-15 | 1 | -5/+0 |
| * | Revert [clang-tidy] modernize-loop-convert: impl const cast iter | Don Hinton | 2019-05-15 | 1 | -0/+5 |
| * | [clang-tidy] modernize-loop-convert: impl const cast iter | Don Hinton | 2019-05-15 | 1 | -5/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | A bit of AST matcher cleanup, NFC. | Alexander Kornienko | 2018-11-25 | 1 | -1/+1 |
| * | [clang-tidy] Update checks to play nicely with limited traversal scope added ... | Sam McCall | 2018-11-15 | 1 | -1/+1 |
| * | Adapt clang-tidy checks to changing semantics of hasDeclaration. | Manuel Klimek | 2017-08-02 | 1 | -20/+22 |
| * | Remove trailing whitespace in docs and clang-tidy sources. | Alexander Kornienko | 2016-12-13 | 1 | -1/+1 |
| * | Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs} | Alexander Kornienko | 2016-12-13 | 1 | -14/+14 |
| * | Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ... | Eugene Zelenko | 2016-11-29 | 1 | -2/+12 |
| * | clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28... | Matthias Gehre | 2016-07-20 | 1 | -1/+11 |
| * | Remove ignoringImplicit from clang-tidy. | Cong Liu | 2016-06-24 | 1 | -1/+1 |
| * | Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes. | Tim Shen | 2016-06-21 | 1 | -2/+3 |
| * | Fix another case where loop-convert wasn't handling correctly data members. | Angel Garcia Gomez | 2015-11-06 | 1 | -3/+3 |
| * | Handle correctly containers that are data members in modernize-loop-convert. | Angel Garcia Gomez | 2015-11-03 | 1 | -5/+8 |
| * | Improve more the const-detection in modernize-loop-convert. | Angel Garcia Gomez | 2015-11-03 | 1 | -0/+2 |
| * | Make the modernize-loop-convert's const-detection smarter. | Angel Garcia Gomez | 2015-11-02 | 1 | -7/+33 |
| * | Only copy small types in modernize-loop-convert. | Angel Garcia Gomez | 2015-10-30 | 1 | -15/+19 |
| * | Don't use "auto" on loops over fundamental types in modernize-loop-convert. | Angel Garcia Gomez | 2015-10-22 | 1 | -19/+18 |
| * | Make string constants in the modernize module static. | Angel Garcia Gomez | 2015-10-22 | 1 | -13/+13 |
| * | Document a bug in loop-convert and fix one of its subcases. | Angel Garcia Gomez | 2015-10-05 | 1 | -2/+15 |
| * | Prevent loop-convert from leaving empty lines after removing an alias declara... | Angel Garcia Gomez | 2015-10-01 | 1 | -1/+28 |
| * | Add support for 'cbegin()' and 'cend()' on modernize-loop-convert. | Angel Garcia Gomez | 2015-10-01 | 1 | -5/+8 |
| * | Add NamingStyle option to modernize-loop-convert. | Angel Garcia Gomez | 2015-09-24 | 1 | -2/+12 |
| * | Remove dangling parenthesis. | Angel Garcia Gomez | 2015-09-24 | 1 | -1/+11 |
| * | Solve comment on rL248418. | Angel Garcia Gomez | 2015-09-24 | 1 | -3/+1 |
| * | Use simpler interface for getting the pointee type for a node. | Manuel Klimek | 2015-09-24 | 1 | -1/+1 |
| * | Fix loop-convert for trivially copyable types. | Manuel Klimek | 2015-09-23 | 1 | -31/+32 |
| * | Fix loop-convert for const references to containers. | Manuel Klimek | 2015-09-23 | 1 | -0/+6 |
| * | Refactor LoopConvertCheck. | Angel Garcia Gomez | 2015-09-21 | 1 | -212/+245 |
| * | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -17/+18 |
| * | Another patch for modernize-loop-convert. | Angel Garcia Gomez | 2015-09-11 | 1 | -5/+45 |
| * | Avoid using rvalue references with trivially copyable types. | Angel Garcia Gomez | 2015-09-08 | 1 | -31/+47 |
| * | Fix several corner cases for loop-convert check. | Angel Garcia Gomez | 2015-09-01 | 1 | -2/+32 |
| * | Disable several more clang-tidy modernize checkers when not compiling in C++ ... | Aaron Ballman | 2015-08-28 | 1 | -3/+8 |
| * | Avoid LoopConvertCheck replacements in template instantiations. | Angel Garcia Gomez | 2015-08-25 | 1 | -0/+3 |
| * | [clang-tidy] Fix bug in modernize-loop-convert check. | Alexander Kornienko | 2015-08-20 | 1 | -2/+3 |
| * | [clang-tidy] Fix LoopConvertCheck bug. | Alexander Kornienko | 2015-08-19 | 1 | -6/+4 |
| * | [clang-tidy] Add loop-convert check to clang-tidy. | Alexander Kornienko | 2015-08-19 | 1 | -0/+668 |