Commits

Jordan Rose committed 7d9e859596d
[ClangImporter] Don't drop the first letter of an enum with underscores. If the common prefix of all enumerators ends with an underscore, but the enumerators don't have a common prefix with the enum itself, we can't drop the underscore. rdar://problem/18730653 Swift SVN r23941