Add lengthof and endof templates that hide a lot of sizeof computations.
[oota-llvm.git] / include / llvm / ADT / SmallString.h
2007-04-23 Chris Lattneradd a missing operator
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...