aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/MemoryBuffer.cpp
AgeCommit message (Expand)Author
2007-08-08Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer
2007-07-01Fix undefined behaviour reported by the new --enable-expensive-checks option.Nick Lewycky
2007-05-11fix a memory leakChris Lattner
2007-05-07Unbreak VC++ build.Jeff Cohen
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner
2007-05-06Fix MemoryBuffer::getFile to return null if it has an error opening theChris Lattner
2007-04-29Fix MemoryBuffer breakage correctly.Jeff Cohen
2007-04-29Unbreak build.Jeff Cohen
2007-04-29Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner