| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFC | Roman Lebedev | 2017-09-11 | 1 | -0/+3 |
| * | [clang-tidy] readability-function-size: fix nesting level calculation | Roman Lebedev | 2017-06-16 | 1 | -10/+15 |
| * | [clang-tidy] readability-function-size: add NestingThreshold param. | Roman Lebedev | 2017-06-09 | 1 | -6/+28 |
| * | [clang-tidy] readability-function-size: remove default param count threshold | Alexander Kornienko | 2017-03-08 | 1 | -1/+1 |
| * | [clang-tidy] Add parametercount for readibility-function-size | Alexander Kornienko | 2017-03-01 | 1 | -2/+13 |
| * | Speed up check by using a recursive visitor. | Samuel Benzaquen | 2016-05-25 | 1 | -56/+84 |
| * | [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D... | Benjamin Kramer | 2016-04-07 | 1 | -2/+2 |
| * | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -1/+1 |
| * | [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ... | Alexander Kornienko | 2015-03-09 | 1 | -0/+106 |

