Commits

Joe Groff committed 96d1038c8c2
ClangImporter: Drop enum constant aliases. Swift enums don't yet support aliasing of enum cases, so if we see multiple constants in an NS_ENUM with the same underlying value, drop all but the first. Hopefully the first one is the "proper" name for the constant. Swift SVN r10008