aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileUpdate
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-7/+5
* Missed FileUpdate because CMake doesn't build it yet :(.Michael J. Spencer2010-12-091-4/+6
* Missed another one.Michael J. Spencer2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-292-4/+4
* 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
* 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