Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / StringMapTest.cpp
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-21 Torok Edwinunbreak unit-tests on gcc-4.4.
2009-01-08 Bill WendlingSome generic clean-ups. Also make the StringMapEntryIni...
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Bill Wendling80-column violation fix.
2009-01-08 Misha Brukman* Added unittests for StringMap