Commits

Jordan Rose committed 76cf1781dfa
[SILGen] Emit all TopLevelCodeDecls in a single scope. This gets the cleanups right, which is important for the 'locals' that come from top-level guard statements as well as top-level defer statements. The former could lead to accessing destroyed memory. rdar://problem/22064894 Swift SVN r30811