Commits

Jordan Rose committed b4fe4f098c2
[serialization] Handle computed properties with a getter /and/ setter. Since accessor FuncDecl have a backreference to the VarDecl they are attached to, we were getting re-entrant deserialization issues. Fix this by just not serializing the backreference and relying on the property being deserialized first. Swift SVN r6134