Commits

Mark Lacey committed a367feae6a3
Make all autoclosures transparent, and stop checking isTransparent on apply. This should clear the way for removing isTransparent on apply entirely. Previously we marked any apply of an autoclosure transparent, but now that the mandatory inliner inlines anything marked transparent, we don't need that. Resolves rdar://problem/20286251. Swift SVN r26525