CXLoadDiag_Error

Describes the kind of error that occurred (if any) in a call to \c clang_loadDiagnostics.

Values

ValueMeaning
CXLoadDiag_None0

Indicates that no error occurred.

CXLoadDiag_Unknown1

Indicates that an unknown error occurred while attempting to deserialize diagnostics.

CXLoadDiag_CannotLoad2

Indicates that the file containing the serialized diagnostics could not be opened.

CXLoadDiag_InvalidFile3

Indicates that the serialized diagnostics file is invalid or corrupt.

Meta