Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
33c0c77073d2b8e7067b51a2f43593d09d21d82f
/
llvm
/
utils
/
FileUpdate
/
FileUpdate.cpp
39a0ffc
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
by Michael J. Spencer
· 15 years ago
5078434
Missed FileUpdate because CMake doesn't build it yet :(.
by Michael J. Spencer
· 15 years ago
457c10e
Missed another one.
by Michael J. Spencer
· 15 years ago
0df7ea4
Move tool_output_file into its own file.
by Dan Gohman
· 15 years ago
a2233f2
Make tool_output_file's raw_ostream instance a member variable instead
by Dan Gohman
· 15 years ago
2fb75f0
Diagnose attempts to update standard output.
by Dan Gohman
· 15 years ago
fe99020
Convert FileUpdate to use tool_output_file, and to use
by Dan Gohman
· 15 years ago
7559394
When handling raw_ostream errors manually, use clear_error() so that
by Dan Gohman
· 15 years ago
61a8796
Make LLVM command-line tools overwrite their output files without -f.
by Dan Gohman
· 16 years ago
9e6f1f1
Change raw_fd_ostream to take flags as an optional bitmask
by Chris Lattner
· 16 years ago
75bc528
Add FileUpdate tool, conditionally updates its output based on its input.
by Daniel Dunbar
· 16 years ago