Commits

Jordan Rose committed 0c77785020e
[Parser] Explicitly reject "try" before a statement with a specific diagnostic. And for "try return", "try throw", and "try let", get even more specific, with a fix-it to suggest moving the "try" onto the expression. rdar://problem/21043120 Swift SVN r28862