Skip to content

[docs] stdlib prog-man: Document @_silgen_name use #12125

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
Sep 28, 2017
Merged

Conversation

milseman
Copy link
Member

Add a description of @_silgen_name to the standard library programmer's manual.

Add a description of `@_silgen_name` to the standard library programmer's manual.
@milseman milseman requested a review from compnerd September 26, 2017 18:41
@milseman
Copy link
Member Author

@compnerd, does this description sound helpful?

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

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

LGTM!

```

```C++
__attribute__((swiftcall)) extern "C" void _swift_stdlib_destroyTLS(void *);
Copy link
Member

Choose a reason for hiding this comment

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

Please use the reserved spelling for the calling convention. __attribute__((__swiftcall__)).

@milseman
Copy link
Member Author

@swift-ci please smoke test

@milseman
Copy link
Member Author

@swift-ci please smoke test Linux Platform

@milseman milseman merged commit 9d444ae into master Sep 28, 2017
@milseman milseman deleted the call_me_silgen branch September 29, 2017 18:05
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