1. d811ffa [ADT] Teach MapVector to support a swap member. Will be used in by Chandler Carruth · 11 years ago
  2. 6467067 Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap and a Vector of SmallVector. by Michael Gottesman · 11 years ago
  3. d71825c Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVector::end(). by Michael Gottesman · 11 years ago
  4. 1353fe8 Add return value and negative checks to MapVector::erase from r219240. by Kaelyn Takata · 11 years ago
  5. 6ad1eb4 Add size_t MapVector::erase(KeyT) similar to the one in std::map. by Kaelyn Takata · 11 years ago
  6. f51601c ADT: Add MapVector::remove_if by Duncan P. N. Exon Smith · 11 years ago
  7. db88e31 ADT: Fix MapVector::erase() by Duncan P. N. Exon Smith · 11 years ago
  8. b1c6756 Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test. by Douglas Gregor · 13 years ago
  9. 476a6da Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 13 years ago