Make it clear that getSTDIN returns null when stdin is empty.
[oota-llvm.git] / include / llvm / Support / Allocator.h
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...