summaryrefslogtreecommitdiff
path: root/utils/FileUpdate
Commit message (Expand)AuthorAge
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add a wrapper for open.Rafael Espindola2013-07-16
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Missed FileUpdate because CMake doesn't build it yet :(.Michael J. Spencer2010-12-09
* Missed another one.Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Diagnose attempts to update standard output.Dan Gohman2010-08-20
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-20
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-27
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-03