Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -5/+4 |
* | [clang-tidy] Add more detection rules for redundant c_str calls. | Etienne Bergeron | 2016-04-15 | 1 | -2/+65 |
* | [clang-tidy] Add support for different char-types for the readability-redunda... | Etienne Bergeron | 2016-03-24 | 1 | -14/+14 |
* | [clang-tidy] Fix redundant-string-cstr check with msvc 14 headers. | Etienne Bergeron | 2016-03-22 | 1 | -19/+21 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -14/+16 |
* | Disable clang-tidy readability checkers when not compiling in C++ mode. None ... | Aaron Ballman | 2015-09-02 | 1 | -0/+5 |
* | Move remove-cstr-calls from a standalone executable to a clang-tidy check rea... | Alexander Kornienko | 2015-03-16 | 1 | -0/+138 |