Commits

Doug Gregor committed bc1422e9e0f
Diagnose attempts to replace Objective-C methods via an extension. Remove the logic that allowed an extension to provide an Objective-C method that was already declared in the class itself, relying on the existing Objective-C method redeclaration logic to detect such conflicts. Fixes rdar://problem/17687082. Swift SVN r25175