index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
StringMapTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR13148, an inf-loop in StringMap.
Chandler Carruth
2012-06-19
1
-0
/
+22
*
Remove some superfluous SCOPED_TRACEs from this unit test.
Chandler Carruth
2012-06-19
1
-6
/
+0
*
The key of a StringMap can contain nul's in it, so having first() return
Chris Lattner
2011-07-14
1
-3
/
+3
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Fix (harmless) memory leak found by memcheck.
Jeffrey Yasskin
2010-02-11
1
-0
/
+1
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2009-07-23
1
-10
/
+13
*
unbreak unit-tests on gcc-4.4.
Torok Edwin
2009-07-21
1
-0
/
+1
*
Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...
Bill Wendling
2009-01-08
1
-45
/
+44
*
* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
Bill Wendling
2009-01-08
1
-3
/
+17
*
80-column violation fix.
Bill Wendling
2009-01-08
1
-1
/
+1
*
* Added unittests for StringMap
Misha Brukman
2009-01-08
1
-0
/
+189