Ignore:
Timestamp:
Jun 2, 2017, 6:30:18 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7985fa5
Parents:
f94ca7e
Message:

convert several passes to PassVisitor?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cc

    rf94ca7e r0db6fc0  
    4444                static void makeReturnTemp( std::list< Declaration * > &translationUnit );
    4545
    46                 ReturnFixer();
    47 
    4846                typedef GenPoly::PolyMutator Parent;
    4947                using Parent::mutate;
     
    134132                mutateAll( translationUnit, fixer );
    135133        }
    136 
    137         ReturnFixer::ReturnFixer() {}
    138134
    139135        Statement *ReturnFixer::mutate( ReturnStmt *returnStmt ) {
Note: See TracChangeset for help on using the changeset viewer.