[PATCH] D43322: Diagnose cases of "return x" that should be "return std::move(x)" for efficiency

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 2 12:09:12 PDT 2018


Quuxplusone added a comment.

@rsmith ping?


Repository:
  rC Clang

https://reviews.llvm.org/D43322





More information about the cfe-commits mailing list