Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVect...
[oota-llvm.git] / unittests / ADT / DenseMapTest.cpp
2014-08-04 Andrew TrickFix SmallDenseMap assignment operator.
2014-06-20 David BlaikieFix some -Wsign-compare fallout from changing container...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-02-25 Duncan P. N. Exon... fix crash in SmallDenseMap copy constructor
2014-02-13 Reid KlecknerTweak an _MSC_VER ifdef to use typename with clang...
2012-10-23 Pete CooperFixed bug in SmallDenseMap where it wouldn't leave...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
2012-01-30 TalinDenseMap::find_as() and unit tests.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-01-07 Misha BrukmanMinor cleanup for unittest:
2009-01-01 Misha BrukmanOriginal patch by Talin.