CXLoadDiag_Error

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

Values

ValueMeaning
none0

Indicates that no error occurred.

unknown1

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

cannotLoad2

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

invalidFile3

Indicates that the serialized diagnostics file is invalid or corrupt.

Meta