[PATCH] D30158: [clang-tidy] modernize: Find usage of random_shuffle and replace it with shuffle.
Jonathan Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 1 14:34:46 PST 2017
jroelofs added a comment.
In https://reviews.llvm.org/D30158#690032, @madsravn wrote:
> Looks good for the two tests the are for `random_shuffle` in llvm libc++.
There were a lot more some time ago, before @mclow.lists performed this transformation on libc++'s testsuite. You might want to try this on the revision before that happened.
https://reviews.llvm.org/D30158
More information about the cfe-commits
mailing list