aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/StringMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+17
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+43
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+88
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+15
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-191-0/+22
* Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth2012-06-191-6/+0
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-141-3/+3
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin2010-02-111-0/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-10/+13
* unbreak unit-tests on gcc-4.4.Torok Edwin2009-07-211-0/+1
* Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling2009-01-081-45/+44
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-081-3/+17
* 80-column violation fix.Bill Wendling2009-01-081-1/+1
* * Added unittests for StringMapMisha Brukman2009-01-081-0/+189