mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ASTWalker] NFC: Rename SkipChildren -> SkipNode
This better describes what the action currently does, and allows us to re-introduce `SkipChildren` with the correct behavior.
This commit is contained in:
@@ -1608,7 +1608,7 @@ private:
|
||||
Elem.walk(*this);
|
||||
}
|
||||
}
|
||||
return Action::SkipChildren();
|
||||
return Action::SkipNode();
|
||||
}
|
||||
return Action::Continue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user