Skip to content

Add overloads for string attribute functions#71

Merged
mjsabby merged 1 commit intodotnet:masterfrom
frederik-h:master
Jul 2, 2018
Merged

Add overloads for string attribute functions#71
mjsabby merged 1 commit intodotnet:masterfrom
frederik-h:master

Conversation

@frederik-h
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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