summaryrefslogtreecommitdiff
path: root/unittests/ADT/DenseMapTest.cpp
Commit message (Expand)AuthorAge
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-20
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith2014-02-25
* Tweak an _MSC_VER ifdef to use typename with clang in a unittestReid Kleckner2014-02-13
* 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