pub unsafe extern "C" fn LLVMGetDiagInfoDescription(
DI: LLVMDiagnosticInfoRef,
) -> *mut c_charExpand description
Return a string representation of the DiagnosticInfo. Use LLVMDisposeMessage to free the string.
@see DiagnosticInfo::print()
pub unsafe extern "C" fn LLVMGetDiagInfoDescription(
DI: LLVMDiagnosticInfoRef,
) -> *mut c_charReturn a string representation of the DiagnosticInfo. Use LLVMDisposeMessage to free the string.
@see DiagnosticInfo::print()