aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/FileOutputBufferTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Remove unused feature. NFC.Rafael Espindola1-3/+2
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-3/+3
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola1-7/+7
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-11Remove unused has_magic.Rafael Espindola1-10/+2
2014-05-18Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper1-5/+4
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-10Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola1-2/+5
2013-06-27Add a convenience createUniqueDirectory function.Rafael Espindola1-5/+1
2013-06-11Move PathV2.h to Path.hRafael Espindola1-1/+1
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+0
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer1-18/+7
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik1-0/+137