aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/MapVectorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...Michael Gottesman1-0/+218
2014-10-27Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),...Michael Gottesman1-0/+25
2014-10-07Add return value and negative checks to MapVector::erase from r219240.Kaelyn Takata1-1/+4
2014-10-07Add size_t MapVector::erase(KeyT) similar to the one in std::map.Kaelyn Takata1-0/+5
2014-07-15ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith1-0/+21
2014-07-15ADT: Fix MapVector::erase()Duncan P. N. Exon Smith1-0/+15
2013-02-19Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor1-1/+15
2013-01-25Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky1-0/+41