Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
* | [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D... | Benjamin Kramer | 2016-04-07 | 1 | -3/+2 |
* | Using an early return as it is more clear; NFC. | Aaron Ballman | 2015-08-31 | 1 | -7/+8 |
* | Updated to make use of the AST matcher instead of a custom matcher; NFC. | Aaron Ballman | 2015-08-28 | 1 | -4/+0 |
* | Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ... | Aaron Ballman | 2015-08-28 | 1 | -5/+9 |
* | [clang-tidy] Improve the misc-unused-alias-decl message | Alexander Kornienko | 2015-08-03 | 1 | -2/+3 |
* | Replace callback-if with isExpansionInMainFile as suggested in post | Daniel Jasper | 2015-08-03 | 1 | -6/+4 |
* | Add misc-unused-alias-decls check that currently finds unused namespace | Daniel Jasper | 2015-07-31 | 1 | -0/+63 |