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 |
* | Disable part of the misc-move-constructor-init checker when the check is enab... | Aaron Ballman | 2016-01-08 | 1 | -16/+22 |
* | Improved the misc-move-constructor-init check to identify arguments that are ... | Aaron Ballman | 2015-10-06 | 1 | -3/+92 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -8/+10 |
* | Using an early return as it is more clear; NFC. | Aaron Ballman | 2015-08-31 | 1 | -11/+12 |
* | Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ... | Aaron Ballman | 2015-08-28 | 1 | -9/+13 |
* | Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c... | Aaron Ballman | 2015-08-20 | 1 | -0/+77 |