Commits

Jordan Rose committed 64100010ddd
Allow capturing from another TopLevelCodeDecl. Otherwise, we'll fail to capture "locals" declared in top-level guard statements. This led to an assertion failure in SILGen. Depends on previous commit. rdar://problem/21997265 Swift SVN r30812