aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SetVector.h
AgeCommit message (Expand)Author
2009-02-20Fixed lint errors:Misha Brukman
2009-01-09Removed trailing whitespace.Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-04Make SmallSetVector usefulChris Lattner
2007-02-03Convert SetVector to be a true adapter class and add SmallSetVector.Chris Lattner
2007-01-17For PR1094:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-13Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner
2004-09-11Fix the replace method to assert if an item was erased from the set but notReid Spencer
2004-09-11Implement the remove method for deleting entries from the SetVector.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix typo in comment.Brian Gaeke
2004-07-25Add back() and pop_back() methods to SetVectorChris Lattner
2004-07-15Give SetVector range supportChris Lattner
2004-07-08Get rid of some cruft in the insert method.Reid Spencer
2004-07-08First version of a vector with uniqueness constraints (or a set withReid Spencer