ΒΆstd::string StrError()
std::string StrError()
Description
Returns a string representation of the errno value, using whatever thread-safe variant of strerror() is available. Be sure to call this immediately after the function that set errno, or errno may have been overwritten by an intervening call.
Declared at: llvm/include/llvm/Support/Errno.h:27