Changes in src/SynTree/Mutator.cc [5809461:96f9ef5]
- File:
-
- 1 edited
-
src/SynTree/Mutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
r5809461 r96f9ef5 78 78 } 79 79 80 TypeDecl* Mutator::mutate( TypeDecl *typeDecl ) {80 Declaration * Mutator::mutate( TypeDecl *typeDecl ) { 81 81 handleNamedTypeDecl( typeDecl ); 82 82 typeDecl->set_init( maybeMutate( typeDecl->get_init(), *this ) );
Note:
See TracChangeset
for help on using the changeset viewer.