[Lldb-commits] [PATCH] D36126: Fix incorrect use of std::unique

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 31 17:47:36 PDT 2017


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

This bug has been there since the first llvm.org checkin.  I'm curious, did it actually cause a problem or did you just see it while reading?

The patch is right.  Most of the other uses elide storing the position the non-unique elements got moved to, and does "indexes.erase(std::unique...)" but either form is fine by me.


https://reviews.llvm.org/D36126





More information about the lldb-commits mailing list