Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    r67cf18c rfbcde64  
    7777TypeDecl *Mutator::mutate( TypeDecl *typeDecl ) {
    7878        handleNamedTypeDecl( typeDecl );
    79         typeDecl->set_init( maybeMutate( typeDecl->get_init(), *this ) );
    8079        return typeDecl;
    8180}
Note: See TracChangeset for help on using the changeset viewer.