Changes in src/SynTree/Mutator.cc [61255ad:447c356]
- File:
-
- 1 edited
-
src/SynTree/Mutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
r61255ad r447c356 203 203 } 204 204 205 Statement * Mutator::mutate( WithStmt * withStmt ) {206 mutateAll( withStmt->exprs, *this );207 withStmt->stmt = maybeMutate( withStmt->stmt, *this );208 return withStmt;209 }210 211 205 NullStmt * Mutator::mutate( NullStmt *nullStmt ) { 212 206 return nullStmt;
Note:
See TracChangeset
for help on using the changeset viewer.