LLVMGetDiagInfoDescription

Function LLVMGetDiagInfoDescription 

Source
pub unsafe extern "C" fn LLVMGetDiagInfoDescription(
    DI: LLVMDiagnosticInfoRef,
) -> *mut c_char
Expand description

Return a string representation of the DiagnosticInfo. Use LLVMDisposeMessage to free the string.

@see DiagnosticInfo::print()