zua.diagnostic

Undocumented in source.

Members

Enums

DiagnosticType
enum DiagnosticType

Determines what type of diagnostic it represents

Functions

apply
string apply(Quickfix fix, string source)

Return the modified source code after the application of a quickfix

decodeIndex
auto decodeIndex(size_t index, string source)

Return the zero-indexed line number and local index from absolute index

Structs

Diagnostic
struct Diagnostic

Stores a diagnostic message

Quickfix
struct Quickfix

Describes a quickfix option

QuickfixRange
struct QuickfixRange

Describes how a quickfix should be performed on a range

Meta