Commits

Jordan Rose committed d6281b74f86
[ClangImporter] For now, don't import properties with custom accessor names. Instead, just import them as a pair of methods. This is obviously suboptimal, but better than the alternative in which you can see the property, but attempting to use the accessor with the customized name results in a crash at runtime. Swift SVN r12755