[K/N] Update Clang stubs for 11.1.0
Removed hacks for CXType_ExtVector type because now it is included in Clang C API.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
headers = clang-c/Index.h clang-c/ext.h clang-c/ExtVector.h
|
||||
headers = clang-c/Index.h clang-c/ext.h
|
||||
|
||||
headerFilter = clang-c/**
|
||||
|
||||
@@ -12,3 +12,6 @@ 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
|
||||
Reference in New Issue
Block a user