| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Refactor: Move misc clang-tidy checks to namespace ↵ | Alexander Kornienko | 2015-03-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | clang::tidy::misc clang-tidy checks are organized into modules. This refactoring moves the misc module checks into the namespace clang::tidy::misc http://reviews.llvm.org/D7996 Patch by Richard Thomson! llvm-svn: 230950 | ||||
| * | Verify assign operator signatures. | Samuel Benzaquen | 2015-02-09 | 1 | -0/+67 |
| Summary: Warn when the return type of assign operators is not Class&. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6667 llvm-svn: 228583 | |||||

