summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SmallString.h
Commit message (Expand)AuthorAge
* Another test commit. Remove trailing whitespace.Matt Arsenault2013-02-26
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* stop hiding SmallVector's append that takes a count + element.Chris Lattner2012-04-21
* Additional methods for SmallString.Talin2012-01-24
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-17
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-09
* Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...Michael J. Spencer2010-12-06
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-21
* add a simple c_str() method to SmallString.Chris Lattner2009-09-19
* Prune #includes.Benjamin Kramer2009-09-04
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-22
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar2009-08-19
* Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar2009-08-19
* Fix a fixme, patch by Ryan Flynn!Chris Lattner2009-07-15
* Removed trailing whitespace.Misha Brukman2009-01-09
* add an operator= to assign to smallstring.Chris Lattner2008-11-20
* Bring in uint32_t, uint64_t, and int64_t types for MSVC.Argyrios Kyrtzidis2008-04-17
* fix off by one error.Chris Lattner2008-04-16
* give smallstring some methods to do 'itoa'.Chris Lattner2008-04-16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* add a missing operatorChris Lattner2007-04-23
* Add SmallString a (currently) minimal class that adapts SmallVector to beChris Lattner2006-10-30