swift
swift copied to clipboard
[c++ interop] Swift should allow multiple SWIFT_CONFORMS_TO_PROTOCOL attributes on a C++ class
Resolves https://github.com/swiftlang/swift/issues/75831
@swift-ci please smoke test
@j-hui Thank you for the review. CCC tests cases where a single class redundantly implements the same protocol. CCD was intended to test a correct combination, but since the combination issue was already tested in another file, the CCD here is indeed redundant. As for the multiple base classes, it was indeed overlooked, and I'll add it later.
@swift-ci please smoke test
@swift-ci please smoke test
@swift-ci please smoke test
@egorzhdan @j-hui can you assign this to me
@swift-ci please smoke test Windows
@swift-ci please smoke test
@egorzhdan I have resolved the conflicts with the main branch. Could you please help to re-trigger the test job?
@swift-ci please smoke test
I noticed that my PR test failed, but it seems to be unrelated to the changes I made.
@swift-ci please smoke test macos