Commits

Argyrios Kyrtzidis committed 3882ab6bd4d
[ClangImporter] When checking for NS_ENUM/NS_OPTIONS enums, use clang::Preprocessor::getImmediateMacroName() and check for CF_ENUM/CF_OPTIONS, which NS_ENUM/NS_OPTIONS expand to. This: - Simplifies code - Handles CF_ENUM/CF_OPTIONS enums - Handles correctly an NS_ENUM/NS_OPTIONS enum that was itself expanded from another macro. Swift SVN r11542