[PATCH] D30158: [clang-tidy] modernize: Find usage of random_shuffle and replace it with shuffle.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 23 09:58:16 PDT 2017
aaron.ballman added a comment.
This continues to LGTM; do you need someone to land the patch for you?
================
Comment at: test/clang-tidy/modernize-replace-random-shuffle.cpp:40
+
+
+ std::shuffle(vec.begin(), vec.end());
----------------
Can remove the extra newline.
https://reviews.llvm.org/D30158
More information about the cfe-commits
mailing list