Commits

Joe Groff committed f0c2ce454df
Sema: Reject objc-ness in extensions to CF types. CF types don't have real class objects (yet...), so there's nowhere to introduce ObjC metadata for methods or protocol conformance. Let's reject them in Sema. It's still reasonable to extend CF types with pure Swift methods, and this works now. <rdar://problem/17569520> Swift SVN r19589