Make it clear that getSTDIN returns null when stdin is empty.
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
2007-08-08 Reid SpencerMake it clear that getSTDIN returns null when stdin...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...