Commits

Chris Lattner committed 59185be7cd9
Add the ability to write an 'if case' condition. It allows an arbitrary refutable pattern, and can be chained together in conditions just like our other 'if let' constructs. This only adds functionality, it doesn't change anything yet. Swift SVN r27932