summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/MapVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ADT] Fix MapVector when 'Map::mapped_type != unsigned'.Eric Fiselier2018-04-081-0/+39
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [ADT] Let MapVector handle non-copyable values.Justin Lebar2016-10-101-0/+18
* [ADT] Teach MapVector to support a swap member. Will be used inChandler Carruth2015-03-251-0/+25
* Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...Michael Gottesman2014-12-311-0/+218
* Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),...Michael Gottesman2014-10-271-0/+25
* 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