Commits

Joe Groff committed f6d19995696
Parse: Introduce pattern vars into case scopes. Create a scope for each case block to contain bindings from its patterns, and invoke addVarsToScope after parsing case label patterns to introduce vars into that scope. Refactor addVarsToScope to use an ASTWalker so it finds pattern vars embedded in expr patterns. Swift SVN r5899