mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[interop][SwiftToCxx] Ignore delayedMembers in C++ This fixes a bug where an ObjC @interface declaration is emitted for a class that has a member that isn't emitted. Resolves rdar://119835836