Commits

Jordan Rose committed 02d25178669
[PrintAsObjC] Hack: Assume all option sets have typedefs. (#3851) ...because otherwise option sets that get imported as members using NS_SWIFT_NAME are printed with an 'enum' tag, and the definition of NS_OPTIONS only declares the typedef under C++. We should come back and figure out something more principled for this later, but for now this solves an issue with generated headers imported into C++ translation units. rdar://problem/27130343