Commits

Doug Gregor committed 47b2be3138e
[Clang importer] Import a getter or getter/setter pair as a property. When a global function is determined to be a lone getter or a getter/setter pair, import it as a property. Handle global, instance, and static properties. As part of this, generalize importAsMethod to also handle static methods and map pointer-to-non-const arguments to 'mutating' methods.