Commits

Doug Gregor committed 3ffbe020d76
[Clang importer] Handle name mapping for "getter:" and "setter:" in swift_name. The swift_name string format now supports "getter:" and "setter:" prefixes to indicate that a function is the getter or setter of a Swift-synthesized property. Start parsing these DeclNames and make sure they're reflected in the Swift name lookup tables. [Clang update required]