ΒΆinline llvm::Error createFileError(
    const llvm::Twine& F,
    std::error_code EC)

Description

Concatenate a source file path and/or name with a std::error_code to form an Error object.

Declared at: llvm/include/llvm/Support/Error.h:1332

Parameters

const llvm::Twine& F
std::error_code EC