aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SmallString.h
AgeCommit message (Expand)Author
2009-01-09Removed trailing whitespace.Misha Brukman
2008-11-20add an operator= to assign to smallstring.Chris Lattner
2008-04-17Bring in uint32_t, uint64_t, and int64_t types for MSVC.Argyrios Kyrtzidis
2008-04-16fix off by one error.Chris Lattner
2008-04-16give smallstring some methods to do 'itoa'.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-04-23add a missing operatorChris Lattner
2006-10-30Add SmallString a (currently) minimal class that adapts SmallVector to beChris Lattner