dmd.diagnostic

Compiler implementation of the D programming language.

Members

Aliases

DiagnosticHandler
alias DiagnosticHandler = void delegate(const ref Loc loc, Severity severity, scope const char* messageFormat, va_list args, bool isSupplemental = false) pure nothrow
Undocumented in source.

Enums

Severity
enum Severity

The severity level of a diagnostic.

Structs

CollectingDiagnosticHandler
struct CollectingDiagnosticHandler
Undocumented in source.
DefaultDiagnosticHandler
struct DefaultDiagnosticHandler
Undocumented in source.
DefaultDiagnosticReporter
struct DefaultDiagnosticReporter
Undocumented in source.
Diagnostic
struct Diagnostic
Undocumented in source.
DiagnosticSet
struct DiagnosticSet

Stores a set of diagnostics.

Variables

suppressingDiagnosticHandler
DiagnosticHandler suppressingDiagnosticHandler;
Undocumented in source.

Meta