Commits

Ben Langmuir committed b17da688b24
[CodeCompletion] Avoid crash completing switch case at top-level We always expect to get a pattern, but in top-level completion we forgot to build the fallback AnyPattern to go in the error result. rdar://21661308 Swift SVN r30078