Commits

Chris Lattner committed 669f40aa00c
Produce warnings for implicit optional promotions involving !== and ===, and for pattern matches. In the case of an 'if let' with an explicit type, produce a Taylor'd diagnostic that rewrites the condition to the right type. This wraps up: <rdar://problem/27457457> [Type checker] Diagnose unsavory optional injections