Files
swift-mirror/test/Constraints
Pavel Yaskevich e1a6077117 [CSOptimizer] Update unary call favoring to include resolved member references
Update special favoring logic for unlabeled unary calls to support
non-overloads member references in argument positions.

The original hack missed a case where a type of a member is known
in advance (i.e. a property without overloads) because there as
another hack (shrink) for that.

This helps in situations like `Double(x)` where `x` is a property
of some type that is referenced using an implicit `self.` injected
by the compiler.

Resolves: rdar://161419917
2025-10-27 18:22:37 +09:00
..
2023-09-11 23:56:38 -07:00
2025-02-12 10:53:33 -08:00
2021-10-12 14:14:33 +01:00
2024-10-31 11:32:40 +00:00
2024-10-31 11:32:40 +00:00