Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the test to use the new python script instead of the more verbose RUN ↵ | Aaron Ballman | 2015-08-20 | 1 | -5/+5 |
| | | | | | | line. llvm-svn: 245600 | ||||
* | Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move ↵ | Aaron Ballman | 2015-08-20 | 1 | -0/+78 |
constructor initializations that call copy constructors instead of move constructors. llvm-svn: 245571 |