| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value | Malcolm Parsons | 2017-01-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Summary: rL270567 excluded trivially copyable types from being moved by modernize-pass-by-value, but it didn't exclude references to them. Change types used in the tests to not be trivially copyable. Reviewers: madsravn, aaron.ballman, alexfh Subscribers: JDevlieghere, cfe-commits Differential Revision: https://reviews.llvm.org/D28614 llvm-svn: 291796 | ||||
| * | [clang-tidy] Fix typo in test file name. | Benjamin Kramer | 2016-05-25 | 1 | -0/+16 |
| polo llvm-svn: 270682 | |||||

