Commits

Doug Gregor committed e4c2d71632f
Import Objective-C indexed subscripting methods as Swift subscript declarations. This commit covers only the AST-building side of indexed subscripting, mapping objectAtIndexedSubscript: and setObject:atIndexedSubscript: to Swift 'subscript' declarations. IR generation and support for keyed subscripting to follow. Swift SVN r3377