Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / utils / FileUpdate / FileUpdate.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerMissed FileUpdate because CMake doesn't build it yet :(.
2010-11-29 Michael J. SpencerMissed another one.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanDiagnose attempts to update standard output.
2010-08-20 Dan GohmanConvert FileUpdate to use tool_output_file, and to use
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-03 Daniel DunbarAdd FileUpdate tool, conditionally updates its output...