Commits

Jordan Rose committed 2dbbb79df49
When parsing in script mode, the file name may not be a valid identifier. This patch makes it so we substitute 'main' instead of warning. Eventually we probably want to make this an error in library mode and a pedantic warning in script mode. Swift SVN r3516