Changes in src/SynTree/Mutator.cc [96f9ef5:5809461]
- File:
-
- 1 edited
-
src/SynTree/Mutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
r96f9ef5 r5809461 78 78 } 79 79 80 Declaration* Mutator::mutate( TypeDecl *typeDecl ) {80 TypeDecl * 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.