Skip to content

[pull] swiftwasm-release/5.3 from release/5.3 #1083

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 24, 2020
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented May 23, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

Nathan Hawes and others added 2 commits May 22, 2020 09:31
…nerated interface.

While the decls being printed for header file generated interfaces were mapped
from the top-level clang decls in that file, the Swift decls they correspond to
may not be top-level. E.g. top-level functions in the header file can be mapped
to property accessors on the Swift side, which were being printed simply as
"get" at the top level.

This updates header interface generation to map each decl to its top-level decl
before printing.

Resolves rdar://problem/63409659
…-lone-get-issue-5.3

[5.3][IDE][InterfaceGen] Always print the top-level decl in header file generated interfaces
@pull pull bot merged commit 6e935f4 into swiftwasm-release/5.3 May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants