[PATCH] D37525: [docs] Add a note on iteration of unordered containers to coding standards

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 12:32:29 PDT 2017


mgrang added inline comments.


================
Comment at: docs/CodingStandards.rst:814
 
+Beware of non-determinism due to iteration order of pointers
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
----------------
Thanks for the suggestions @dblaikie. How does this sound?


Repository:
  rL LLVM

https://reviews.llvm.org/D37525





More information about the llvm-commits mailing list