Skip to content

[SymbolGraph] Use isImplicitlyPrivate for extended types #31044

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 1 commit into from
Apr 15, 2020
Merged

[SymbolGraph] Use isImplicitlyPrivate for extended types #31044

merged 1 commit into from
Apr 15, 2020

Conversation

bitjammer
Copy link
Contributor

This was just using hasUnderscoredNaming before but this only checks the
leafmost type. When filtering extended types, it should continue to look up
through nesting types to see if they are also implicitly private.

rdar://61843516

This was just using `hasUnderscoredNaming` before but this only checks the
leafmost type. When filtering extended types, it should continue to look up
through nesting types to see if they are also implicitly private.

rdar://61843516
@bitjammer
Copy link
Contributor Author

@swift-ci Please smoke test

@bitjammer bitjammer merged commit 240a86f into swiftlang:master Apr 15, 2020
@bitjammer bitjammer deleted the acgarland/rdar-61843516-ext-use-isimplicitlyprivate branch April 15, 2020 22:03
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.

1 participant