Commits

Jordan Rose committed bfa7566aece
[ClangImporter] Put implicit properties into the list of all class members. This allows "obj.description!" to work on iOS when 'obj' is an AnyObject, even though 'description' is an implicit property created by the importer. Swift SVN r18149