clang API Documentation
#include "clang-c/Platform.h"

Go to the source code of this file.
Enumerations | |
| enum | CXErrorCode { CXError_Success = 0, CXError_Failure = 1, CXError_Crashed = 2, CXError_InvalidArguments = 3, CXError_ASTReadError = 4 } |
| Error codes returned by libclang routines. More... | |
| enum CXErrorCode |
Error codes returned by libclang routines.
Zero (CXError_Success) is the only error code indicating success. Other error codes, including not yet assigned non-zero values, indicate errors.
Definition at line 29 of file CXErrorCode.h.