aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallString.h
Commit message (Expand)AuthorAgeFilesLines
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-211-1/+4
* add a simple c_str() method to SmallString.Chris Lattner2009-09-191-0/+6
* Prune #includes.Benjamin Kramer2009-09-041-3/+0
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-221-3/+3
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-8/+0
* Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar2009-08-191-0/+3
* Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar2009-08-191-41/+0
* Fix a fixme, patch by Ryan Flynn!Chris Lattner2009-07-151-2/+1
* 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