Commits

Ben Langmuir committed f33f5311117
Fix source range on ReturnStmt with implicit Result If Result is implicit, but the return itself is not, we might form an invalid SourceRange. This may not be exercised currently - I couldn't find a way to trigger the issue from the compiler. rdar://26638814