aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MemoryBuffer.h
AgeCommit message (Expand)Author
2007-10-09Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner
2007-08-08Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner
2007-05-06Add a helper that either opens a file or stdin.Chris Lattner
2007-04-29Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner