ΒΆstd::error_code createTemporaryFile(
const llvm::Twine& Prefix,
llvm::StringRef Suffix,
SmallVectorImpl<char>& ResultPath)
std::error_code createTemporaryFile(
const llvm::Twine& Prefix,
llvm::StringRef Suffix,
SmallVectorImpl<char>& ResultPath)
Description
Simpler version for clients that don't want an open file. An empty file will still be created.
Declared at: llvm/include/llvm/Support/FileSystem.h:889
Parameters
- const llvm::Twine& Prefix
- llvm::StringRef Suffix
- SmallVectorImpl<char>& ResultPath