Make it clear that getSTDIN returns null when stdin is empty.
[oota-llvm.git] / include / llvm / Support / OutputBuffer.h
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...