Commits

Ben Langmuir committed 3976acaf09e
[SourceKit] Fix crash in getUIDForDecl() with invalid operator We may know syntactically that we have an operator without being able to find the associated operator decl when the input is invalid/incomplete. Don't crash when that happens, and just fallback to a "free function" decl kind. rdar://problem/25196625