Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where T is...
[oota-llvm.git] / unittests / ADT / MapVectorTest.cpp
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-07 Kaelyn TakataAdd return value and negative checks to MapVector:...
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...