[PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 10:17:20 PDT 2016


alexfh added a comment.

Now the problem is that the check changed behavior, but the tests are not updated. Do the tests still pass? If yes, we need to add tests for this behavior. If no, please fix the tests.


http://reviews.llvm.org/D19194





More information about the cfe-commits mailing list