Commits

Joe Groff committed 038c16be627
Contextualize capture list decls to enclosing autoclosures. Without this fix, we would accidentally consider the autoclosure to capture the capture list decl, even though it's natively within the autoclosure's context. Fixes SR-848.