summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/raw_pwrite_stream_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.NAKAMURA Takumi2016-09-021-1/+1
* Fix a real temp file leak in FileOutputBufferReid Kleckner2016-09-021-4/+6
* Try to fix some temp file leaks in SupportTests, PR18335Reid Kleckner2016-09-021-1/+29
* Disable failing TestDevNull test on WindowsReid Kleckner2015-04-291-0/+2
* Relax assert to avoid spurious failures with /dev/null.Rafael Espindola2015-04-291-0/+29
* Don't allow pwrite to resize a stream.Rafael Espindola2015-04-201-1/+9
* Add raw_pwrite_stream type.Rafael Espindola2015-04-141-0/+25
OpenPOWER on IntegriCloud