aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-111-2/+2
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-111-0/+11
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Fix typo in comment.Brian Gaeke2004-07-291-1/+1
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-251-14/+28
* Give SetVector range supportChris Lattner2004-07-151-1/+17
* Get rid of some cruft in the insert method.Reid Spencer2004-07-081-3/+3
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-081-0/+108