DiagnosticHandler

The type of the diagnostic handler see verrorPrint for arguments

nothrow
alias DiagnosticHandler = bool delegate
(
const ref Loc location
,,
const(char)* header
,
const(char)* messageFormat
,
va_list args
,
const(char)* prefix1
,
const(char)* prefix2
)

Return Value

true if error handling is done, false to continue printing to stderr

Suggestion Box / Bug Report