Changes in src/AST/Pass.impl.hpp [358e3481:525f7ad]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r358e3481 r525f7ad 784 784 maybe_accept_top( node, &WhileDoStmt::cond ); 785 785 maybe_accept_as_compound( node, &WhileDoStmt::body ); 786 maybe_accept_as_compound( node, &WhileDoStmt::else_ );787 786 } 788 787 … … 805 804 maybe_accept_top( node, &ForStmt::range_over ); 806 805 maybe_accept_as_compound( node, &ForStmt::body ); 807 maybe_accept_as_compound( node, &ForStmt::else_ );808 806 } 809 807
Note:
See TracChangeset
for help on using the changeset viewer.