Commits

Ben Langmuir committed be016aedf3a
[CodeCompletion] Don't add empty code completion on invalid init For now, just avoid adding the completion since that will assert later when we try to sort. In the future we could actually complete something useful here, since we can dig out the names of the parameters even if the type is invalid. rdar://problem/22834017 Swift SVN r32211