Commits
Doug Gregor committed a87d65d6170
Bridge NSArray <-> AnyObject[]. Allows AnyObject[] to occur in @objc methods/properties/etc., then bridges between the two in SILGen based on the new array implementation. <rdar://problem/16535097>. Note that this commit does not change the Clang module importer to import NSArray* as AnyObject[] (yet). Swift SVN r16004