Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small reformat to test access | Piotr Padlewski | 2016-04-29 | 1 | -27/+27 |
* | [clang-tidy] Make 'modernize-pass-by-value' fix work on header files. | Haojian Wu | 2016-03-02 | 1 | -5/+6 |
* | Improved the misc-move-constructor-init check to identify arguments that are ... | Aaron Ballman | 2015-10-06 | 1 | -4/+3 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -5/+5 |
* | Disable several more clang-tidy modernize checkers when not compiling in C++ ... | Aaron Ballman | 2015-08-28 | 1 | -26/+37 |
* | Replacing a custom AST matcher with some builtin AST matchers; NFC, and exist... | Aaron Ballman | 2015-08-19 | 1 | -14/+1 |
* | [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check. | Alexander Kornienko | 2015-08-14 | 1 | -0/+223 |