You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Merge branch 'master' of github.com:apple/swift into tensorflow-stage
* 'master' of github.com:apple/swift:
[Docs] Update the documentation contents and index (swiftlang#34157)
[SILGen] Don't use assign_by_wrapper for local property wrappers if there is an initial wrapped value.
[Property Wrappers] Ban non-member property wrappers with observers, just like we do for regular non-member properties.
[Test] Start to add SILGen tests for local property wrappers.
[SILGen] Add a new CaptureEmission kind specifically for emitting captured local variables for the assign_by_wrapper setter.
[Name Lookup] Remove property wrapper name lookup flags and generalize unqualified lookup of auxiliary decl names.
[Property Wrappers] Generalize a few property wrapper decl context checks to check for type context instead of local context.
[Property Wrappers] Add a VarDecl helper method for visiting synthesized property wrapper vars.
[Property Wrappers] Allow property wrappers on local variables.
[Property Wrappers] Make sure captures are computed for synthesized property wrapper accessors.
[SILGen] Only use assign_by_wrapper for wrapped instance properties inside an initializer, and for wrapped local variables.
[SILGen] Teach SIlGen to emit local property wrappers
[NameLookup] Teach unqualified lookup to resolve backing property wrapper and projected value references
[Parser] Don't resolve decl references in the parser if the declaration has a custom attribute.
0 commit comments