[PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 16:03:32 PDT 2016


Prazek added a comment.

Did you revert the commit? I see that it is commieted, but after it I see revert.
Also please stick to convention of commit messages http://llvm.org/docs/DeveloperPolicy.html#commit-messages
Commit message like "[clang-tidy] modernize-pass-by-value bugfix" would be much better.


http://reviews.llvm.org/D20365





More information about the cfe-commits mailing list