aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/StringMapTest.cpp
AgeCommit message (Expand)Author
2012-06-19Fix PR13148, an inf-loop in StringMap.Chandler Carruth
2012-06-19Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth
2011-07-14The key of a StringMap can contain nul's in it, so having first() returnChris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-02-11Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
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