Commits

Doug Gregor committed a320b6cdc4f
Clang importer: centralize the "suppress declaration import" logic. The Swift name lookup tables and the complete Objective-C "container" to Swift DeclContext mapping code used similar-but-different logic to determine when to suppress a declaration (e.g., when suppressing the accessors for a property). Centralize the logic so we get the same behavior in both places.