| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] getPreviousNonCommentToken -> getPreviousToken | Alexander Kornienko | 2017-02-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 294192 | ||||
| * | [clang-tidy] Cleanup namespace in utils folder. | Etienne Bergeron | 2016-05-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Summary: This is a step forward cleaning up the namespaces in clang-tidy/utils. There is no behavior change. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19819 llvm-svn: 268356 | ||||
| * | [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on ↵ | Felix Berger | 2016-03-05 | 1 | -0/+36 |
| non-const copies that can be safely converted to const references. Summary: Move code shared between UnnecessaryCopyInitialization and ForRangeCopyCheck into utilities files. Add more test cases for UnnecessaryCopyInitialization and disable fixes inside of macros. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D17488 llvm-svn: 262781 | |||||

