summaryrefslogtreecommitdiff
path: root/utils/FileUpdate
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+2
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-1/+1
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-7/+5
2010-12-09Missed FileUpdate because CMake doesn't build it yet :(.Michael J. Spencer1-4/+6
2010-11-29Missed another one.Michael J. Spencer1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer2-4/+4
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-1/+1
2010-08-20Diagnose attempts to update standard output.Dan Gohman1-0/+5
2010-08-20Convert FileUpdate to use tool_output_file, and to useDan Gohman1-11/+6
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman1-0/+1
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-1/+1
2009-08-23Don't install FileCheck or FileUpdateDouglas Gregor1-0/+3
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-2/+2
2009-08-03Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar3-0/+115