Commits

Ben Langmuir committed 95cc4525d4b
[CodeCompletion] Fix completion in repeat statements Improve the error recovery so that we get back either a RepeatWhileStmt, or at least a BraceStmt, which code-completion can use to dig out the local variables. rdar://problem/25912182