summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-move-constructor-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the test to use the new python script instead of the more verbose RUN ↵Aaron Ballman2015-08-201-5/+5
| | | | | | line. llvm-svn: 245600
* Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move ↵Aaron Ballman2015-08-201-0/+78
constructor initializations that call copy constructors instead of move constructors. llvm-svn: 245571
OpenPOWER on IntegriCloud