Fix PR6910.
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...