Changeset 9c447e2 for src/AST


Ignore:
Timestamp:
Jul 11, 2024, 3:04:51 PM (6 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
0c327ce, 3e135c8
Parents:
236f133 (diff), 358e3481 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    r236f133 r9c447e2  
    784784                maybe_accept_top( node, &WhileDoStmt::cond  );
    785785                maybe_accept_as_compound( node, &WhileDoStmt::body  );
     786                maybe_accept_as_compound( node, &WhileDoStmt::else_ );
    786787        }
    787788
     
    804805                maybe_accept_top( node, &ForStmt::range_over );
    805806                maybe_accept_as_compound( node, &ForStmt::body  );
     807                maybe_accept_as_compound( node, &ForStmt::else_ );
    806808        }
    807809
Note: See TracChangeset for help on using the changeset viewer.