Skip to content
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

Add overloads for string attribute functions #71

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

frederik-h
Copy link
Contributor

Hi,
several functions of the LLVM C-API for handling attributes
take string arguments. In the C-API,
a string is represented as a pointer
together with the length of the string.
This representation is currently exposed
in the LLVMSharp methods.

This commit adds overloads for the
corresponding methods which hide
the unnecessary length arguments.

Several functions for handling attributes
take string arguments. In the C-API,
a string is represented as a pointer
together with the length of the string.
This representation is currently exposed
in the LLVMSharp methods.

This commit adds overloads for the
corresponding methods which hide
the unnecessary length arguments.
@msftclas
Copy link

msftclas commented May 29, 2018

CLA assistant check
All CLA requirements met.

@mjsabby mjsabby merged commit 7ed37c2 into dotnet:master Jul 2, 2018
@mjsabby
Copy link
Contributor

mjsabby commented Jul 2, 2018

Thanks @frederik-h

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.

3 participants