mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Macro] API digester support for macro declarations
This commit is contained in:
@@ -828,7 +828,8 @@ public:
|
||||
case SDKNodeKind::DeclImport:
|
||||
case SDKNodeKind::TypeFunc:
|
||||
case SDKNodeKind::TypeNominal:
|
||||
case SDKNodeKind::TypeAlias: {
|
||||
case SDKNodeKind::TypeAlias:
|
||||
case SDKNodeKind::DeclMacro: {
|
||||
// If matched nodes are both function/var/TypeAlias decls, mapping their
|
||||
// parameters sequentially.
|
||||
SequentialNodeMatcher SNMatcher(Left->getChildren(), Right->getChildren(),
|
||||
|
||||
Reference in New Issue
Block a user