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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to