Commits

Joe Groff committed 51001a59102
SILGen: Local definitions in @transparent contexts can't be private. Importing a transparent definition pulls in references to its local functions and types, so they can't be module-private. Arguably, they should be recursively transparent too, but this is the minimal fix to clear up those annoying 'isExternallyAvailable()' crashes. Swift SVN r13252