File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111#define LLVM_CLANG_C_FATAL_ERROR_HANDLER_H
1212
1313#include "clang-c/ExternC.h"
14+ #include "clang-c/Platform.h"
1415
1516LLVM_CLANG_C_EXTERN_C_BEGIN
1617
1718/**
1819 * Installs error handler that prints error message to stderr and calls abort().
1920 * Replaces currently installed error handler (if any).
2021 */
21- void clang_install_aborting_llvm_fatal_error_handler (void );
22+ CINDEX_LINKAGE void clang_install_aborting_llvm_fatal_error_handler (void );
2223
2324/**
2425 * Removes currently installed error handler (if any).
2526 * If no error handler is intalled, the default strategy is to print error
2627 * message to stderr and call exit(1).
2728 */
28- void clang_uninstall_llvm_fatal_error_handler (void );
29+ CINDEX_LINKAGE void clang_uninstall_llvm_fatal_error_handler (void );
2930
3031LLVM_CLANG_C_EXTERN_C_END
3132
You can’t perform that action at this time.
0 commit comments