Commits

Doug Gregor committed 0fdb4d00fc6
When we parse a 'var' declaration, we add all of the VarDecls and the PatternBindingDecl to the DeclContext. Do the same for the get/set functions for a property, so we don't need to perform 'deep' setting of the DeclContext. This is simpler, although it makes pretty-printing the AST a bit more difficult. Swift SVN r1428