Improved the misc-move-constructor-init check to identify arguments that are...
Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit. Patch by Felix Berger! llvm-svn: 249429
Loading
Please sign in to comment