Skip to content

Updating ClangSharp to support generating bindings for basic function bodies. #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2019

Conversation

tannergooding
Copy link
Member

This updates ClangSharp to recognize and generate equivalent C# code when it encounters a function body. This is useful for some limited scenarios, such as in LLVM, where you have a non-exported function that you still want to be able to consume from C# code.

@tannergooding tannergooding merged commit 15e192a into dotnet:master May 30, 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