Commits

Jordan Rose committed 3b1383c3052
Disallow overriding a throwing @objc method with a non-throwing one. Another "Don't Crash" commit. We should be able to support this, but I don't want to track down every place where we assume the number of parameters doesn't change. (PrintAsObjC is one of them.) rdar://problem/21313714 Swift SVN r30897