Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-... | Gabor Horvath | 2016-05-04 | 1 | -80/+0 |
* | [clang-tidy] misc-assign-operator-signature checker checks return value of al... | Gabor Horvath | 2016-03-24 | 1 | -7/+8 |
* | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -1/+1 |
* | Expose the clang-tidy misc-assign-operator-signature checker as cppcoreguidel... | Aaron Ballman | 2015-10-13 | 1 | -6/+7 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -8/+11 |
* | Using an early return as it is more clear; NFC. | Aaron Ballman | 2015-08-31 | 1 | -24/+24 |
* | Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ... | Aaron Ballman | 2015-08-28 | 1 | -20/+26 |
* | [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::... | Alexander Kornienko | 2015-03-02 | 1 | -0/+2 |
* | Verify assign operator signatures. | Samuel Benzaquen | 2015-02-09 | 1 | -0/+67 |