summaryrefslogtreecommitdiff
path: root/unittests/Support/FileOutputBufferTest.cpp
Commit message (Expand)AuthorAge
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-18
* Fix known typosAlp Toker2014-01-24
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-03
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01