Commits

Joe Groff committed 7ebe973bb49
AST: Preserve hack to consider 'defer' function bodies to be @noescape. Using a func decl lost this, which leads to some undesirable behavior when mutating values in 'defer' blocks, such as losing inout deshadowing. Swift SVN r30788