Commentary
This commit is contained in:
parent
7081ea0ede
commit
0f3e0de891
|
|
@ -7312,8 +7312,6 @@ memberQualOne<qualifiers>: // IEEE: property_qualifier + me
|
||||||
|
|
||||||
class_constraint<constraintp>: // ==IEEE: class_constraint
|
class_constraint<constraintp>: // ==IEEE: class_constraint
|
||||||
// // IEEE: constraint_declaration
|
// // IEEE: constraint_declaration
|
||||||
// // UNSUP: We have the unsupported warning on the randomize() call, so don't bother on
|
|
||||||
// // constraint blocks. When we support randomize we need to make AST nodes for below rules
|
|
||||||
constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew constraint_block
|
constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew constraint_block
|
||||||
{ $$ = $4; $$->isStatic($1); $$->addItemsp($5); SYMP->popScope($$); }
|
{ $$ = $4; $$->isStatic($1); $$->addItemsp($5); SYMP->popScope($$); }
|
||||||
| constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew '{' '}'
|
| constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew '{' '}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue