Commits

Chris Lattner committed 5a053ac85a5
- fix the ASTDumper to propertly dump closure_expr's. - mark closure arguments (both explicit and $0's) as immutable - Adjust the stdlib (one place) and some tests to cope with this. - Remove some special case logic in sema for lvalue qualifying anonymous closure exprs, which is now the wrong thing to do. Swift SVN r11674