LLVMDiagnosticHandler

@defgroup LLVMCCoreContext Contexts

Contexts are execution states for the core LLVM IR system.

Most types are tied to a context instance. Multiple contexts can exist simultaneously. A single context is not thread safe. However, different contexts can execute on different threads simultaneously.

@{

extern (C) nothrow
alias LLVMDiagnosticHandler = void function
(
LLVMDiagnosticInfoRef
,
void*
)

Meta