diff options
Diffstat (limited to 'src/llvm-c/Error.h')
| -rw-r--r-- | src/llvm-c/Error.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/llvm-c/Error.h b/src/llvm-c/Error.h index bc702ac7a..c3baaf651 100644 --- a/src/llvm-c/Error.h +++ b/src/llvm-c/Error.h @@ -18,6 +18,13 @@ LLVM_C_EXTERN_C_BEGIN +/** + * @defgroup LLVMCError Error Handling + * @ingroup LLVMC + * + * @{ + */ + #define LLVMErrorSuccess 0 /** @@ -67,6 +74,10 @@ LLVMErrorTypeId LLVMGetStringErrorTypeId(void); */ LLVMErrorRef LLVMCreateStringError(const char *ErrMsg); +/** + * @} + */ + LLVM_C_EXTERN_C_END #endif |