| Value | Meaning |
|---|---|
| CXDiagnostic_Ignored0 | \brief A diagnostic that has been suppressed, e.g., by a command-line option. |
| CXDiagnostic_Note1 | \brief This diagnostic is a note that should be attached to the previous (non-note) diagnostic. |
| CXDiagnostic_Warning2 | \brief This diagnostic indicates suspicious code that may not be wrong. |
| CXDiagnostic_Error3 | \brief This diagnostic indicates that the code is ill-formed. |
| CXDiagnostic_Fatal4 | \brief This diagnostic indicates that the code is ill-formed such that future parser recovery is unlikely to produce useful results. |
Page generated by adrdox
\brief Describes the severity of a particular diagnostic.