mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Do not mark synthesized `TangentVector` members as synthesized so that the type checker won't sort them. We would like tangent vector members to have the same order as the properties in the parent declaration. Also add `typealias TangentVector = Self` to the synthesized `TangentVector` so that it will not need its own `Differentiable` conformance derivation. Resolves SR-14241 / rdar://74659803.