summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/MapVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add return value and negative checks to MapVector::erase from r219240.Kaelyn Takata2014-10-071-1/+4
* Add size_t MapVector::erase(KeyT) similar to the one in std::map.Kaelyn Takata2014-10-071-0/+5
* ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith2014-07-151-0/+21
* ADT: Fix MapVector::erase()Duncan P. N. Exon Smith2014-07-151-0/+15
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-191-1/+15
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-251-0/+41
OpenPOWER on IntegriCloud