summaryrefslogtreecommitdiff
path: root/utils/FileUpdate/FileUpdate.cpp
Commit message (Expand)AuthorAge
* Delete utils/FileUpdate.Rafael Espindola2014-06-23
* Remove the last uses of 'using std::error_code'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
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Add a wrapper for open.Rafael Espindola2013-07-16
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Missed FileUpdate because CMake doesn't build it yet :(.Michael J. Spencer2010-12-09
* Missed another one.Michael J. Spencer2010-11-29
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Diagnose attempts to update standard output.Dan Gohman2010-08-20
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-20
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-27
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-03