ΒΆextern const char*
LLVMRemarkParserGetErrorMessage(
    LLVMRemarkParserRef Parser)

Description

Returns a null-terminated string containing an error message. In case of no error, the result is `NULL`. The memory of the string is bound to the lifetime of \p Parser. If LLVMRemarkParserDispose() is called, the memory of the string will be released.

Declared at: llvm/include/llvm-c/Remarks.h:322

Parameters

LLVMRemarkParserRef Parser