Commits

Jordan Rose committed bfd30db4c28
[ClangImporter] Be more careful about stripping 'k' from enum constants. This condition was wrong and could occasionally produce enum constant names that started with digits. rdar://problem/21820628 Swift SVN r30549