Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -14/+14 |
* | add an operator= to assign to smallstring. | Chris Lattner | 2008-11-20 | 1 | -0/+5 |
* | Bring in uint32_t, uint64_t, and int64_t types for MSVC. | Argyrios Kyrtzidis | 2008-04-17 | 1 | -0/+1 |
* | fix off by one error. | Chris Lattner | 2008-04-16 | 1 | -2/+2 |
* | give smallstring some methods to do 'itoa'. | Chris Lattner | 2008-04-16 | 1 | -0/+41 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add a missing operator | Chris Lattner | 2007-04-23 | 1 | -0/+5 |
* | Add SmallString a (currently) minimal class that adapts SmallVector to be | Chris Lattner | 2006-10-30 | 1 | -0/+57 |