Commits

Chris Lattner committed 43a18e16753
Switch vardecls off of Parser::addVarsToScope, onto a simple for loop that walks the pattern variables and sets them up. Move addVarsToScope to ParseStmt.cpp which is what is left using it. Add a new "addAccessorsInOrder" helper to add the get/set accessors to the Decls tree in the right order. Swift SVN r13697