dmd.errorsink

Provides an abstraction for what to do with error messages.

Members

Classes

ErrorSink
class ErrorSink

Where error/warning/deprecation messages go.

ErrorSinkNull
class ErrorSinkNull

Just ignores the messages.

ErrorSinkStderr
class ErrorSinkStderr

Simplest implementation, just sends messages to stderr. See also: ErrorSinkCompiler.

Meta