Support passing constraints to --xml-only output (still otherwise unsupported) (#4683)

This commit is contained in:
Wilson Snyder
2023-11-11 20:20:37 -05:00
committed by GitHub
parent 673f086e87
commit 99dbd23f1b
33 changed files with 1114 additions and 299 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ private:
whilep->addHereThisAsNext(copiedBodyp);
}
}
void visit(AstForeach* nodep) override {
void visit(AstNodeForeach* nodep) override {
VL_RESTORER(m_loopp);
{
m_loopp = nodep;