Commits
Doug Gregor committed 019bb049a1d
[Clang importer] Import initializer methods in protocols as initializers. You can't actually call these initializers with an existential yet, but nor could you safely call the init methods anyway. At least you'll be able to conform to NSCoding with an initializer rather than an "init method". Fixes <rdar://problem/15595471>. Swift SVN r15521