Commits

Ben Langmuir committed 40823552444
Split KnownProtocolKind enum case from protocol name This avoids us using reserved identifiers as the enum case names of all our underscored protocols like _ObjectiveCBridgeable. I used the convention PROTOCOL_WITH_NAME to mirror how the known identifiers work. Swift SVN r32924