summaryrefslogtreecommitdiff
path: root/lib/Support/FileOutputBuffer.cpp
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-08
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01