dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Diagnostic
llvm_hiwrap
context
Undocumented in source.
struct
Diagnostic {
import
std
.
conv
:
to
;
;
import
llvm_hiwrap
.
types
:
LxMessage
,
LxDiagnosticSeverity
;
;
import
llvm_hiwrap
.
util
:
toD
;
;
this
(LLVMDiagnosticInfoRef di);
LxDiagnosticSeverity
severity
;
string
msg
;
}
Constructors
this
this
(LLVMDiagnosticInfoRef di)
Undocumented in source.
Members
Variables
msg
string
msg
;
Undocumented in source.
severity
LxDiagnosticSeverity
severity
;
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
context
structs
Context
Diagnostic
DiagnosticSet