Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Move checks from misc- to performance- | Alexander Kornienko | 2017-11-27 | 1 | -44/+0 |
* | [clang-tidy] Remove duplicated check from move-constructor-init | Malcolm Parsons | 2016-12-17 | 1 | -6/+0 |
* | [clang-tidy] Cleanup namespace in utils folder. | Etienne Bergeron | 2016-05-03 | 1 | -2/+2 |
* | [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 | -0/+1 |
* | Improved the misc-move-constructor-init check to identify arguments that are ... | Aaron Ballman | 2015-10-06 | 1 | -2/+17 |
* | [clang-tidy] Update docs for clang-tidy checks. NFC | Alexander Kornienko | 2015-08-27 | 1 | -3/+3 |
* | Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c... | Aaron Ballman | 2015-08-20 | 1 | -0/+32 |