493fa1c1e3
Removed hacks for CXType_ExtVector type because now it is included in Clang C API.
17 lines
637 B
Modula-2
17 lines
637 B
Modula-2
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 |