Commits

Chris Lattner committed 4a86056dff8
Progress towards putting subscript accessors into protocol witness tables. This isn't testable yet, as it is blocked by at least two things: 1. we can't put curried functions into witness tables (rdar://16079147), which is a problem given that subscript accessors are curried on their index argument. 2. accessors cannot silgen is curried form, we currently die in mangling. Swift SVN r13947