Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move...
Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move constructor initializations that call copy constructors instead of move constructors. llvm-svn: 245571
Loading
Please sign in to comment