Commits
Joe Groff committed db71d20bd0d
IRGen: Fix misorderings and omissions in extended method types for protocols. We were neglecting to include initializers and accessors for vars and subscripts, and we were mingling instance and class methods, causing the ObjC runtime to associate the wrong extended type information with methods. Fixes <rdar://problem/17791953>. Swift SVN r20513