Commits
Doug Gregor committed a7e42e92154
Don't use the destructor type to compute the @encoding of Objective-C ivar initializers/destroyers. This was preventing generic subclasses of NSObject unnecessarily rdar://problem/17417625, and there is no reason to compute the encoding for each one: it will always be @?. Swift SVN r21777