| headers = clang-c/Index.h clang-c/ext.h |
| |
| headerFilter = clang-c/** |
| |
| compiler = clang |
| |
| compilerOpts = -std=c99 |
| linkerOpts.linux = -Wl,-z,noexecstack |
| |
| linker = clang++ |
| |
| strictEnums = CXErrorCode CXCursorKind CXTypeKind CXDiagnosticSeverity CXLoadDiag_Error CXSaveError \ |
| CXTUResourceUsageKind CXLinkageKind CXVisibilityKind CXLanguageKind CXCallingConv CXChildVisitResult \ |
| CXTokenKind CXEvalResultKind CXVisitorResult CXResult CXIdxEntityKind |
| |
| # These functions are not available in 11.1.0 upstream. |
| excludedFunctions = clang_Cursor_getVarDeclInitializer clang_Cursor_hasVarDeclGlobalStorage clang_Cursor_hasVarDeclExternalStorage |