[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:
Sergey Bogolepov
2021-07-22 18:14:25 +07:00
committed by Space
parent 023c775188
commit 493fa1c1e3
7 changed files with 822 additions and 678 deletions
+4 -1
View File
@@ -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