when a node is removed from an ilist, set its next/prev pointers to
null. This means that uses of invalidated iterators will explode violently with: ilist:143: failed assertion `NodePtr && "++'d off the end of an ilist!"' instead of happening to work "most of the time". llvm-svn: 48859
Loading
Please register or sign in to comment