Commits

Chris Lattner committed 143d503cf96
Simplify how accessors are added to "Decls" and have their decl context set by the parser. Instead of having addVarsToScope grovel through and find them to do this, just do it directly when parsing the accessors. Subscripts do this, so vardecls can too. Swift SVN r13696