Commits

Jordan Rose committed 46b52576d34
Recognize imported enum case aliases in TypeCheckPattern.cpp. ...so that they can still be used with exhaustive switches. This is a hack---groveling through the AST to see if it's in the particular form of an imported enum case alias---but at least it's limited to imported properties. More rdar://problem/18662118 Swift SVN r28326