aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/StringMapTest.cpp
AgeCommit message (Expand)Author
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-07-21unbreak unit-tests on gcc-4.4.Torok Edwin
2009-01-08Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling
2009-01-08* Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling
2009-01-0880-column violation fix.Bill Wendling
2009-01-08* Added unittests for StringMapMisha Brukman