Fix a memory correctness error noticed by valgrind (harmless in practice).
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
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...