Commits

Doug Gregor committed a8d1532e284
Use the native method calling convention for methods in protocol extensions. The witness calling convention is for dispatching via the witness table, which is not the case for protocol extensions. At some point, it might make sense for protocol extensions to use the witness calling convention, but for now the native method calling convention suffices. Swift SVN r26616