aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileUpdate/FileUpdate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Missed another one.Michael J. Spencer2010-11-291-1/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-1/+1
* Diagnose attempts to update standard output.Dan Gohman2010-08-201-0/+5
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-201-11/+6
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-0/+1
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-2/+2
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-031-0/+86