Commits

Doug Gregor committed e16d6898ef0
[PrintAsObjC] Sentence-case the enum case name when appending it to the enum name. Otherwise, we cram a conventionally UpperCamelCase thing with a newly-conventinally-lowerCamelCased thing together and destroy the word boundaries. Fixes rdar://problem/24947695.