aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/DenseMapTest.cpp
AgeCommit message (Expand)Author
2012-06-17Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth
2012-06-17Add tests for *DenesMap for both key and value types' construction andChandler Carruth
2012-06-17Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth
2012-06-16Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth
2012-06-16Type parameterize the DenseMap unit tests.Chandler Carruth
2012-01-30DenseMap::find_as() and unit tests.Talin
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin
2009-01-07Minor cleanup for unittest:Misha Brukman
2009-01-01Original patch by Talin.Misha Brukman