aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileOutputBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-22/+7
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-2/+2
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-2/+2
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-55/+27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+0
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+148