verrorReportSupplemental

Implements errorSupplemental, warningSupplemental, and deprecationSupplemental. Report an addition diagnostic error, taking a va_list parameter. Whether the message gets printed depends on runtime values of DiagnosticReporting and global gagging.

extern (C++) nothrow
void
verrorReportSupplemental
(
const ref Loc loc
,
const(char)* format
,
va_list ap
,)

Parameters

loc Loc

location of error

format const(char)*

printf-style format specification

ap va_list

printf-style variadic arguments

kind ErrorKind

kind of error being printed

Meta