-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[NFC] Modify AccessScope to allow checks for package access level #62704
Conversation
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks reasonable to me.
@swift-ci test |
@elsh could you please squash the commits? |
I usually do it at the time of merge. Is it to make reviews easier or does each commit still show up separately in git log otherwise? |
@swift-ci test |
Resolves rdar://103534243
@swift-ci test |
🎉 |
Add checks to distinguish between public and package access level.
Add enum AccessLimitKind to be used by AccessScope::Value
Resolves rdar://103534243