Commits

Doug Gregor committed b5626942b48
When diagnostic Objective-C method conflicts, prefer decls with source locations. It's possible (and likely!) that Objective-C method conflicts will involve declarations with and without source locations. Make sure that the first error has a property source location in such cases. Fixes rdar://problem/20042769. Swift SVN r28299