Commits

Chris Lattner committed e62845b9da4
fix <rdar://problem/20426834> incorrect refutable pattern match issue We only require one of the patterns in a multi-pattern PBD to be conditional as part of the swift 1 migation. Relax the requirements to allow unconditional bindings next to conditional ones. This required moving some logic from the parser to sema time. Swift SVN r26987