[PATCH] D23466: ADT: Remove UB in ilist (and use a circular linked list)

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 14:33:37 PDT 2016


dexonsmith added a comment.

Another direction I plan to pursue rather quickly is "fixing" reverse iterators, so that rbegin().getNodePtr()==&*rbegin().  This allows much simpler logic when erasing elements during a reverse traversal.


https://reviews.llvm.org/D23466





More information about the llvm-commits mailing list