Commits

Doug Gregor committed 53b84c121ef
Switch ValueDecl::getObjCSelector() and friends over to ObjCSelector. Formatting names into strings repeatedly, and using those for semantic analysis, is generally considered poor form. Additionally, use the camelCase utilities to perform the string manipulation we need, and cache results on the ObjCAttr so we don't repeatedly do string manipulation. Swift SVN r16334