Really, really fix PointerUnion3::is
[oota-llvm.git] / include / llvm / ADT / PointerUnion.h
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...