Skip to content

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jun 3, 2022

Cherry-pick #58773 into release/5.7

  • Explanation: _compilerInitialized and _local declaration modifiers are not meant to be used from user source code. Mark them UserInaccessible so code completion don't show them.
  • Scope: Keyword code completion
  • Risk: Low. UserInaccessible is a flag is well established and only affects IDE features
  • Issues: rdar://92970201
  • Testing: Updated regression test cases
  • Reviewer: Ben Barham (@bnbarham)

These declaration modifiers are not meant to be used from user source
code. Mark them 'UserInaccessible' so code completion don't show them.

rdar://92970201
(cherry picked from commit 9f3bc0e)
@rintaro
Copy link
Member Author

rintaro commented Jun 3, 2022

@swift-ci Please test

@rintaro rintaro marked this pull request as ready for review June 3, 2022 16:45
@rintaro rintaro requested a review from a team as a code owner June 3, 2022 16:45
@rintaro rintaro merged commit 93c2e4a into swiftlang:release/5.7 Jun 3, 2022
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