Skip to content

Conversation

@tannergooding
Copy link
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
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
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