summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/FileOutputBufferTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Remove unused feature. NFC.Rafael Espindola2014-12-121-3/+2
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-3/+3
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-7/+7
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove unused has_magic.Rafael Espindola2014-06-111-10/+2
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-181-5/+4
* Fix known typosAlp Toker2014-01-241-1/+1
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-101-2/+5
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-271-5/+1
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+0
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-18/+7
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+137
OpenPOWER on IntegriCloud