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