Files
kotlin-fork/kotlin-native/Interop/Indexer/clang.def
T
Sergey Bogolepov 493fa1c1e3 [K/N] Update Clang stubs for 11.1.0
Removed hacks for CXType_ExtVector type because now it is included in
Clang C API.
2021-08-03 05:42:01 +00:00

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