mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: changing open class members to public can be source-breaking.
This commit is contained in:
@@ -690,7 +690,8 @@ bool SDKNode::operator==(const SDKNode &Other) const {
|
||||
return false;
|
||||
if (Left->getGenericSignature() != Right->getGenericSignature())
|
||||
return false;
|
||||
|
||||
if (Left->isOpen() != Right->isOpen())
|
||||
return false;
|
||||
LLVM_FALLTHROUGH;
|
||||
}
|
||||
case SDKNodeKind::Root: {
|
||||
|
||||
Reference in New Issue
Block a user