Missing change in r152106 for TinyPtrVector.
[oota-llvm.git] / include / llvm / ADT / TinyPtrVector.h
2012-03-07 Eli FriedmanMissing change in r152106 for TinyPtrVector.
2012-03-06 Benjamin KramerRemove excess const, a const_iterator shouldn't be...
2012-03-06 Argyrios Kyrtzidis[TinyPtrVector] Add erase method and const-goodness.
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2011-12-06 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
2011-07-18 Chris Lattnervarious cleanups noticed by Frits
2011-07-18 Chris Lattnerremove pasto
2011-07-18 Chris Lattneradd iteration support to TinyPtrVector for clang's...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.