aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallString.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+0
* Another test commit. Remove trailing whitespace.Matt Arsenault2013-02-261-1/+1
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-50/+50
* stop hiding SmallVector's append that takes a count + element.Chris Lattner2012-04-211-1/+6
* Additional methods for SmallString.Talin2012-01-241-5/+228
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-171-0/+3
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-091-0/+7
* Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...Michael J. Spencer2010-12-061-6/+0
* 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