summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ReplaceFileTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-1/+8
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-8/+1
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-3/+5
* 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
* Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne2017-10-061-14/+74
* Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2015-10-121-0/+113
OpenPOWER on IntegriCloud