swift-module-digester: include SubscriptDecl in the Json dump.

We model SubscriptDecl as an abstract function decl with a flag indicating
whether setter is defined.
This commit is contained in:
Xi Ge
2018-09-21 17:00:49 -07:00
parent 9c673a539e
commit 01afc3395e
7 changed files with 177 additions and 5 deletions

View File

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