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