We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7a23f + ddd8766 commit 72cef81Copy full SHA for 72cef81
utils/gyb_syntax_support/CommonNodes.py
@@ -13,7 +13,12 @@
13
Node('UnknownType', kind='Type'),
14
Node('UnknownPattern', kind='Pattern'),
15
Node('Missing', kind='Syntax'),
16
- Node('MissingDecl', kind='Decl'),
+ Node('MissingDecl', kind='Decl', children=[
17
+ Child('Attributes', kind='AttributeList',
18
+ collection_element_name='Attribute', is_optional=True),
19
+ Child('Modifiers', kind='ModifierList',
20
+ collection_element_name='Modifier', is_optional=True),
21
+ ]),
22
Node('MissingExpr', kind='Expr'),
23
Node('MissingStmt', kind='Stmt'),
24
Node('MissingType', kind='Type'),
0 commit comments