aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileUpdate
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-231-0/+3
* 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-033-0/+115