add a PointerUnion3 class and generalize PointerUnion to work with
[oota-llvm.git] / include / llvm / ADT / SmallString.h
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-11-20 Chris Lattneradd an operator= to assign to smallstring.
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...