Commits

Jordan Rose committed d6801fe0fdc
[serialization] Fix a recursive-dependency bug caught by previous commit. Constructors have their "implicit this" VarDecl specified at creation, but the context for said VarDecl is the constructor itself. Add a new flag to allow the deserialization of a VarDecl without setting a DeclContext. Swift SVN r5747