Commits

Chris Lattner committed 763bb6386fc
Implement parser, AST representation, type checker, etc support for generalized if-let statements (also while and var, of course) that include multiple bindings and where clauses. SILGen support still remains, it currently just asserts on the new constructs. Swift SVN r24239