Changes in src/SynTree/Mutator.cc [fbcde64:ce8c12f]
- File:
-
- 1 edited
-
src/SynTree/Mutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
rfbcde64 rce8c12f 462 462 } 463 463 464 Type *Mutator::mutate( ReferenceType *refType ) { 465 mutateAll( refType->get_forall(), *this ); 466 refType->set_base( maybeMutate( refType->get_base(), *this ) ); 467 return refType; 468 } 469 464 470 Type *Mutator::mutate( FunctionType *functionType ) { 465 471 mutateAll( functionType->get_forall(), *this );
Note:
See TracChangeset
for help on using the changeset viewer.