aboutsummaryrefslogtreecommitdiff
path: root/utils/FileUpdate
AgeCommit message (Expand)Author
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Diagnose attempts to update standard output.Dan Gohman
2010-08-20Convert FileUpdate to use tool_output_file, and to useDan Gohman
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Don't install FileCheck or FileUpdateDouglas Gregor
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-03Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar