Diagnostic

Undocumented in source.

Members

Functions

format
string format(uint options)

Trusted: on the assumption that clang_formatDiagnostic is implemented by the competent LLVM team.

Mixins

__anonymous
mixin CX
Undocumented in source.

Properties

severity
CXDiagnosticSeverity severity [@property getter]

Trusted: on the assumption that the LLVM team is competent.

toString
toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin CX

cx
CType cx;
Undocumented in source.
dispose
void dispose()

Trusted: on the assumption that dispose as implemented by the LLVM community is good _enough_. Any bugs should by now have been found.

isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta