Commits

Joe Groff committed 3e3e5710ec6
Set proper DeclContext for ImplicitClosureExprs. Now that SILGen and IRGen can both handle capturing archetypes from generic scopes, we can set the DeclContext of ImplicitClosureExprs correctly, so that SILGen captures their context archetypes. &&, and ||, and assert now work in generic contexts, at least in simple test cases. Swift SVN r5476