aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/DenseMapTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Fix SmallDenseMap assignment operator.Andrew Trick1-0/+5
2014-06-20Fix some -Wsign-compare fallout from changing container count member function...David Blaikie1-1/+1
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-02-25fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith1-0/+28
2014-02-13Tweak an _MSC_VER ifdef to use typename with clang in a unittestReid Kleckner1-1/+1
2012-10-23Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper1-0/+33
2012-06-17Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth1-0/+36
2012-06-17Add tests for *DenesMap for both key and value types' construction andChandler Carruth1-1/+46
2012-06-17Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth1-27/+35
2012-06-16Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth1-0/+9
2012-06-16Type parameterize the DenseMap unit tests.Chandler Carruth1-87/+102
2012-01-30DenseMap::find_as() and unit tests.Talin1-0/+41
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin1-0/+12
2009-01-07Minor cleanup for unittest:Misha Brukman1-3/+3
2009-01-01Original patch by Talin.Misha Brukman1-0/+167