aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer2007-08-081-2/+4
* Fix undefined behaviour reported by the new --enable-expensive-checks option.Nick Lewycky2007-07-011-1/+2
* fix a memory leakChris Lattner2007-05-111-1/+1
* Unbreak VC++ build.Jeff Cohen2007-05-071-0/+2
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-061-7/+11
* Fix MemoryBuffer::getFile to return null if it has an error opening theChris Lattner2007-05-061-8/+20
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-291-1/+1
* Unbreak build.Jeff Cohen2007-04-291-1/+2
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-291-0/+239