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:
Xi Ge
2018-10-01 12:27:59 -07:00
parent 7b03ea54ab
commit 9fcc59bcaf
7 changed files with 107 additions and 41 deletions

View File

@@ -1000,6 +1000,7 @@ public:
break;
}
case SDKNodeKind::DeclOperator:
case SDKNodeKind::DeclSubscript:
case SDKNodeKind::DeclAssociatedType:
case SDKNodeKind::DeclFunction: