DiagnosticReporter.errorSupplemental

Reports additional details about an error message.

class DiagnosticReporter
nothrow abstract
bool
errorSupplemental
(
const ref Loc loc
,
const(char)* format
,,
const(char)* p1
,
const(char)* p2
)

Parameters

loc Loc

Location of error

format const(char)*

format string for supplemental message

args va_list

printf-style variadic arguments

p1 const(char)*

additional message prefix

p2 const(char)*

additional message prefix

Return Value

Type: bool

false if the message should also be printed to stderr, true otherwise

Meta