mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add `@autoclosure` to parameter flags associated with function type metadata, which makes it possible to correctly round-trip mangled name <-> metadata of function types which have parameters marked as `@autoclosure`. Resolves: rdar://problem/45489901