Commits

Chris Lattner committed 83009065f8b
- Rework computation of "direct" closure capture formation to be based on whether the DeclRefExpr's access semantics is "direct to storage" instead of basing it on the weird special case we were using before. - Change AST dumper to print the "direct" flag. NFC. Swift SVN r25749