[PATCH] D124199: [randstruct] Check final randomized layout ordering

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 19:15:33 PDT 2022


void added inline comments.


================
Comment at: clang/lib/AST/Randstruct.cpp:153
 
-  std::shuffle(std::begin(Buckets), std::end(Buckets), RNG);
+  llvm::shuffle(std::begin(Buckets), std::end(Buckets), RNG);
 
----------------
MaskRay wrote:
> This was my original fix and your reland dropped it :(
I think you reverted your change along with my patch. I don't remember intentionally changing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124199



More information about the cfe-commits mailing list