Commits

Joe Groff committed 4a25b568463
SILGen: REPL globals are not lazily initialized. Check for a REPL SourceFileKind along with Main before going the lazy initialization path. Also put response variables in the REPL SourceFile decl context so they are recognized as REPL variables and not lazily initialized. Handle PatternBindingDecls that appear under a script-mode SourceFile decl context but not a TopLevelCodeDecl context. Swift SVN r11133