move partial template specialization to FoldingSet.h.
[oota-llvm.git] / include / llvm / ADT / SmallString.h
2008-04-17 Argyrios KyrtzidisBring in uint32_t, uint64_t, and int64_t types for...
2008-04-16 Chris Lattnerfix off by one error.
2008-04-16 Chris Lattnergive smallstring some methods to do 'itoa'.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-23 Chris Lattneradd a missing operator
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...