[PATCH] D37525: [docs] Add a note on iteration of unordered containers to coding standards
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 13:02:58 PDT 2017
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Sure, good enough for me.
I'd probably drop "iteration" from the title (maybe "Beware of non-determinism due to ordering of pointers" ?).
& maybe in the last sentence "like vector/MapVector/SetVector".
Repository:
rL LLVM
https://reviews.llvm.org/D37525
More information about the llvm-commits
mailing list