Commits

Joe Groff committed 5b7659fed91
ClangImporter: Stop building thunks for @objc properties and just use the imported getter/setter decls for the computed property. This saves us some work producing dead thunks we no longer use, and also makes us correctly handle NS_RETURNS_INNER_POINTER getters. Swift SVN r16639