Commits

Joe Groff committed 4792c60d2d7
IRGen: Implement super method calls. For Objective-C super calls, build an objc_super struct value containing the receiver and class/metaclass object and pass it to objc_msgSendSuper2. For Swift super calls, emit a direct call to the super implementation. Swift SVN r4023