Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ADT] Teach MapVector to support a swap member. Will be used in | Chandler Carruth | 2015-03-25 | 1 | -0/+25 |
* | Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an... | Michael Gottesman | 2014-12-31 | 1 | -0/+218 |
* | Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),... | Michael Gottesman | 2014-10-27 | 1 | -0/+25 |
* | Add return value and negative checks to MapVector::erase from r219240. | Kaelyn Takata | 2014-10-07 | 1 | -1/+4 |
* | Add size_t MapVector::erase(KeyT) similar to the one in std::map. | Kaelyn Takata | 2014-10-07 | 1 | -0/+5 |
* | ADT: Add MapVector::remove_if | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+21 |
* | ADT: Fix MapVector::erase() | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+15 |
* | Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un... | Douglas Gregor | 2013-02-19 | 1 | -1/+15 |
* | Add an insert() method to MapVector. Adds the first MapVector unit test. | Nick Lewycky | 2013-01-25 | 1 | -0/+41 |