aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallString.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-01-091-14/+14
* add an operator= to assign to smallstring.Chris Lattner2008-11-201-0/+5
* Bring in uint32_t, uint64_t, and int64_t types for MSVC.Argyrios Kyrtzidis2008-04-171-0/+1
* fix off by one error.Chris Lattner2008-04-161-2/+2
* give smallstring some methods to do 'itoa'.Chris Lattner2008-04-161-0/+41
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* add a missing operatorChris Lattner2007-04-231-0/+5
* Add SmallString a (currently) minimal class that adapts SmallVector to beChris Lattner2006-10-301-0/+57