Commits

Chris Lattner committed 4b898cebf2c
Fix rdar://23681566, a bug noticed by Marcin Krzyzanowski on twitter where we would reject an invalid @objc enum with: <unknown>:0: error: cannot assign value of type '(progress: Int) -> Status' to type 'Status' because we were poking at the enum element before it was validated.