Commits

Jordan Rose committed c957a28f994
[serialization] Add support for lvalue types and pattern binding decls. This revealed an issue where a function's pattern may have variables that depend on the function itself; it's therefore important that the function decl is recorded in the decl map before its argument patterns are loaded. We should now support structs, concrete properties, and computed properties. Swift SVN r5745