summaryrefslogtreecommitdiff
path: root/unittests/ADT/StringMapTest.cpp
Commit message (Expand)AuthorAge
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-20
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* Remove use of = default/= delete as they're unsupported on MSVC2012David Blaikie2014-05-09
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-03
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-02
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-19
* Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth2012-06-19
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-14
* Merge System into Support.Michael J. Spencer2010-11-29
* 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