Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    rcc32d83 r9a705dc8  
    3939        virtual Statement * mutate( ExprStmt * exprStmt ) = 0;
    4040        virtual Statement * mutate( AsmStmt * asmStmt ) = 0;
    41         virtual Statement * mutate( DirectiveStmt * dirStmt ) = 0;
    4241        virtual Statement * mutate( IfStmt * ifStmt ) = 0;
    4342        virtual Statement * mutate( WhileStmt * whileStmt ) = 0;
Note: See TracChangeset for help on using the changeset viewer.