Commits

Chris Lattner committed c03c042ad40
fix <rdar://problem/21392677> for/case/in patterns aren't parsed properly We weren't keeping track of the fact that we were parsing within a matching pattern context, so we'd fail some patterns. Swift SVN r29457