[PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Mon May 23 07:47:17 PDT 2016
Prazek added a subscriber: Prazek.
Prazek added a comment.
Cool check! Did you think about sugesting std::move for rvalue references if they are used once?
http://reviews.llvm.org/D20277
More information about the cfe-commits
mailing list