Skip to content

Adding some additional fixups allow LLVMSharp to be regenerated#37

Merged
tannergooding merged 3 commits intodotnet:masterfrom
tannergooding:rewrite-fixups
Apr 28, 2019
Merged

Adding some additional fixups allow LLVMSharp to be regenerated#37
tannergooding merged 3 commits intodotnet:masterfrom
tannergooding:rewrite-fixups

Conversation

@tannergooding
Copy link
Copy Markdown
Member

Ran the binding generator over LLVMSharp after #34 was merged. Found a few places that weren't covered yet.


case CXCursorKind.CXCursor_CompoundStmt:
{
return CXChildVisitResult.CXChildVisit_Continue;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would probably be nice to allow traversing this eventually, but that goes a bit out of scope as compared to just generating bindings (this crops up for methods who's body exist in the header file).

@tannergooding
Copy link
Copy Markdown
Member Author

Regenerated LLVMSharp here: dotnet/LLVMSharp#93. There are still a few quirks to workout...

I'll be looking at those later this evening.

@tannergooding tannergooding merged commit f76d968 into dotnet:master Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants