Use vector for child storage instead of map. This will also make
[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...