ΒΆstd::error_code createUniqueFile(
const llvm::Twine& Model,
SmallVectorImpl<char>& ResultPath,
unsigned int Mode = all_read | all_write)
std::error_code createUniqueFile(
const llvm::Twine& Model,
SmallVectorImpl<char>& ResultPath,
unsigned int Mode = all_read | all_write)
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:833
Parameters
- const llvm::Twine& Model
- SmallVectorImpl<char>& ResultPath
- unsigned int Mode = all_read | all_write