Commits

Argyrios Kyrtzidis committed c454acefdf1
[Frontend] Rename EnableObjCAttrRequiresObjCModule -> EnableObjCAttrRequiresFoundation and enable it by default. This is enabled by default because SILGen can crash when @objc is used without importing Foundation, but it gets disabled when compiling the Swift stdlib. Addresses rdar://17931250. Related test case on the SourceKit side. Swift SVN r21319