aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ToolOutputFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-04[Support] Use outs() in ToolOutputFilePavel Labath1-6/+20
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-7/+7
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-8/+7
2014-01-10Use the simpler version of sys::fs::remove when possible.Rafael Espindola1-4/+2
2013-07-16Add a wrapper for open.Rafael Espindola1-3/+2
2013-06-17Reapply r183985 now that the missing check was added to PathV2.Rafael Espindola1-3/+5
2013-06-17Revert "Remove a use of PathV1.h."Rafael Espindola1-5/+3
2013-06-17Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola1-0/+4
2013-06-14Remove a use of PathV1.h.Rafael Espindola1-3/+5
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-2/+3
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-10-07Move tool_output_file into its own file.Dan Gohman1-0/+43