summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/FileOutputBufferTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-0/+22
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-1/+10
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-10/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove F_modify flag from FileOutputBuffer.Rui Ueyama2019-01-191-49/+0
* [SupportTests] Silence -Wsign-compare warningsBenjamin Kramer2018-06-281-2/+2
* Add a flag to FileOutputBuffer that allows modification.Zachary Turner2018-06-281-0/+50
* Convert FileOutputBuffer::commit to Error.Rafael Espindola2017-11-081-3/+3
* Update unittest too.Rafael Espindola2017-11-081-8/+8
* Untabify.NAKAMURA Takumi2017-08-281-3/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Fix a real temp file leak in FileOutputBufferReid Kleckner2016-09-021-5/+8
* Return ErrorOr from FileOutputBuffer::create. NFC.Rafael Espindola2015-08-131-9/+16
* [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