mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "[SyntaxParse] Parse generic parameter clause and generic where clause""
This reverts commit 1584e87aa7.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
using namespace swift;
|
||||
using namespace swift::syntax;
|
||||
|
||||
% for node in SYNTAX_NODES:
|
||||
% for node in SYNTAX_NODES + SILONLY_NODES:
|
||||
% for child in node.children:
|
||||
% if child.is_optional:
|
||||
Optional<Parsed${child.type_name}>
|
||||
|
||||
Reference in New Issue
Block a user