Commits

Joe Groff committed 16c5d69e179
ClangImporter: Recognize NS_ENUM declarations and import as Swift enums. When we see an enum declaration in the Clang importer, look at its source location to see if it was produced as part of an NS_ENUM macro expansion. If so, take the 'Enum' route through the Clang importer and import it as a Swift enum. This will break things until we have end-to-end support for Clang-imported enums, so hide it behind an -import-ns-enum switch for now. Swift SVN r9951