[PATCH] D26453: [clang-tidy] Remove duplicated check from move-constructor-init

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 9 08:51:31 PST 2016


malcolm.parsons added a comment.

In https://reviews.llvm.org/D26453#590636, @flx wrote:

> Is the modernize-pass-by-value check configurable in a way to only trigger when copied constructor arguments are not moved?


No; good idea.


https://reviews.llvm.org/D26453





More information about the cfe-commits mailing list