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