Commits

Michael Ilseman committed a8cebdc5d34
[swift_newtype] Special handling for Notifications We now specially import global decls who we identify as fitting the notification pattern: extern NSStrings whose name ends in "Notification". When we see them, we import them as a member of NSNotificationName and, if NSNotificationName is swift_newtype-ed, we use that new type. Test cases included.