| defaultDiagnosticDisplayOptions | R Documentation |
These are functions for working with the diagnostic messages the libclang parser provides for errors, warnings, etc.
defaultDiagnosticDisplayOptions()
formatDiagnostic(Diagnostic, Options)
getDiagnostic(Unit, Index)
getDiagnosticInSet(diags, Index)
getDiagnosticLocation(arg1)
getDiagnosticSetFromTU(Unit)
getDiagnosticSeverity(arg1)
getDiagnosticSpelling(arg1)
getNumDiagnostics(Unit)
Diagnostic, arg1 |
a |
Options |
options controlling how the diagnostic is
formatted. This is obtained by coming values from the
CXDiagnosticDisplayOptions enumeration type. See |
Unit |
a translation unit object or an object that can be
coerced to a |
Index |
an integer or numeric value identifying the element of interest. This is 0-based, not 1-based. |
diags |
a |
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.