enum CXLoadDiag_Error

Description

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

Declared at: clang/include/clang-c/Index.h:803

Enumerators

NameValueComment
CXLoadDiag_None0Indicates that no error occurred.
CXLoadDiag_Unknown1Indicates that an unknown error occurred while attempting to deserialize diagnostics.
CXLoadDiag_CannotLoad2Indicates that the file containing the serialized diagnostics could not be opened.
CXLoadDiag_InvalidFile3Indicates that the serialized diagnostics file is invalid or corrupt.