[PATCH] D14686: Protect against overloaded comma in random_shuffle and improve tests

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 24 11:21:56 PST 2019


mclow.lists closed this revision.
mclow.lists added a comment.
Herald added a subscriber: llvm-commits.

(Finally) committed this as revision 352087.
I cut out most of the random_shuffle_rand.pass.cpp test, because it relied on C++11 features, and didn't work for C++03.
If you want to re-submit the test as a separate patch, I promise to review it in a more timely manner.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D14686/new/

https://reviews.llvm.org/D14686





More information about the cfe-commits mailing list