mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Follow up to https://github.com/swiftlang/swift/pull/84635/. The metadata accessor for a variadic generic type takes as arguments packs of metadata records and witness tables, and each such pack is passed in a buffer. So the call to any such accessor is not correctly annotated memory(none). rdar://161606892