-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use single 64-bit bindings + reduce bindings via whitelist functions
- Loading branch information
1 parent
c54e1b9
commit e6ee5c7
Showing
18 changed files
with
1,314 additions
and
145,552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,8 @@ lib/ | |
*.dylib | ||
*.so | ||
|
||
# C2CS artifacts | ||
ast/ | ||
|
||
# macOS | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
clang_Cursor_getOffsetOfField | ||
clang_Cursor_getTranslationUnit | ||
clang_Cursor_isAnonymous | ||
clang_Cursor_isMacroBuiltin | ||
clang_Cursor_isMacroFunctionLike | ||
clang_Location_isInSystemHeader | ||
clang_Type_getAlignOf | ||
clang_Type_getModifiedType | ||
clang_Type_getNamedType | ||
clang_Type_getSizeOf | ||
clang_createIndex | ||
clang_defaultDiagnosticDisplayOptions | ||
clang_disposeTokens | ||
clang_disposeTokens | ||
clang_formatDiagnostic | ||
clang_getArrayElementType | ||
clang_getArrayElementType | ||
clang_getArraySize | ||
clang_getCString | ||
clang_getCString | ||
clang_getCursorExtent | ||
clang_getCursorKind | ||
clang_getCursorLinkage | ||
clang_getCursorLocation | ||
clang_getCursorResultType | ||
clang_getCursorSpelling | ||
clang_getCursorType | ||
clang_getDiagnostic | ||
clang_getDiagnosticSeverity | ||
clang_getElementType | ||
clang_getEnumConstantDeclValue | ||
clang_getEnumDeclIntegerType | ||
clang_getFileLocation | ||
clang_getFileName | ||
clang_getFunctionTypeCallingConv | ||
clang_getNumDiagnostics | ||
clang_getPointeeType | ||
clang_getResultType | ||
clang_getTokenSpelling | ||
clang_getTranslationUnitCursor | ||
clang_getTypeDeclaration | ||
clang_getTypeSpelling | ||
clang_getTypedefDeclUnderlyingType | ||
clang_parseTranslationUnit2 | ||
clang_tokenize | ||
clang_visitChildren |
Oops, something went wrong.