mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
87 KiB
87 KiB