Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -2/+2 |
* | [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::... | Alexander Kornienko | 2015-03-02 | 1 | -0/+2 |
* | Implemented clang-tidy-check-specific options. | Alexander Kornienko | 2014-09-12 | 1 | -2/+4 |
* | ClangTidy misc-argument-comment check: don't check arguments to template | Alexander Kornienko | 2014-09-03 | 1 | -0/+9 |
* | [clang-tidy] Rewrite a for-range loop in the old style. | Benjamin Kramer | 2014-08-04 | 1 | -3/+3 |
* | Don't warn on NewCallback argument comments, as they are arguments for the | Alexander Kornienko | 2014-07-30 | 1 | -4/+9 |
* | clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is un... | NAKAMURA Takumi | 2014-03-18 | 1 | -0/+3 |
* | Add an argument comment checker to clang-tidy. | Peter Collingbourne | 2014-03-18 | 1 | -0/+166 |