[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Support / FileOutputBuffer.cpp
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.