aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/FileOutputBufferTest.cpp
AgeCommit message (Expand)AuthorFilesLines
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