mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: include operator declarations in the module dump.
Their changes should have no impact on ABI, but can be source-breaking.
This commit is contained in:
@@ -1000,6 +1000,7 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
case SDKNodeKind::DeclOperator:
|
||||
case SDKNodeKind::DeclSubscript:
|
||||
case SDKNodeKind::DeclAssociatedType:
|
||||
case SDKNodeKind::DeclFunction:
|
||||
|
||||
Reference in New Issue
Block a user