mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0273167b5d
properties of classes with generic layouts. Previously we were falling back on accessing them via the field offset vector even when we knew everything about the type. As a minor benefit, this allows RemoteAST to also determine offsets for members of classes with generic layout. Half of the test changes are IR type-name uniquing; I'm going to explore mangling these with the full type where possible.