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

Mads Ravn via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 23:01:19 PDT 2016


madsravn added a comment.

@alexfh I don't know how I could miss that. But I got my commit access and committed the code myself. Thanks though.

@prazek Yes I reverted. The code made the build server (as seen on IRC) fail. So I quickly reverted. I'm gonna fix the code tonight - I had to "make clean" my entire llvm project yesterday, so that took a pretty long compiling time before I could start testing again.


http://reviews.llvm.org/D20365





More information about the cfe-commits mailing list