summaryrefslogtreecommitdiff
path: root/unittests/ADT/DenseMapTest.cpp
Commit message (Expand)AuthorAge
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-23
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-17
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-17
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-17
* Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth2012-06-16
* Type parameterize the DenseMap unit tests.Chandler Carruth2012-06-16
* DenseMap::find_as() and unit tests.Talin2012-01-30
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Minor cleanup for unittest:Misha Brukman2009-01-07
* Original patch by Talin.Misha Brukman2009-01-01