Commits

Doug Gregor committed 9ee502bedeb
Clang importer: omit non-accessibility property getters/setters from lookup table. The getters and setters for Objective-C @property declarations are never found by name lookup, so don't introduce them into the Swift lookup tables. Note that we exclude some of the accessibility declarations for unrelated reasons, as we do elsewhere in the importer.