summaryrefslogtreecommitdiff
path: root/unittests/ADT/StringMapTest.cpp
Commit message (Expand)AuthorAge
* Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin2010-02-11
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* unbreak unit-tests on gcc-4.4.Torok Edwin2009-07-21
* Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling2009-01-08
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-08
* 80-column violation fix.Bill Wendling2009-01-08
* * Added unittests for StringMapMisha Brukman2009-01-08