Ignore:
Timestamp:
May 18, 2018, 2:09:21 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
2472a19
Parents:
f6f0cca3 (diff), c7d8100c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/master' into with_gc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.h

    rf6f0cca3 rff29f08  
    7171        virtual void visit( ExprStmt * exprStmt ) override final;
    7272        virtual void visit( AsmStmt * asmStmt ) override final;
     73        virtual void visit( DirectiveStmt * dirStmt ) override final;
    7374        virtual void visit( IfStmt * ifStmt ) override final;
    7475        virtual void visit( WhileStmt * whileStmt ) override final;
     
    170171        virtual Statement * mutate( ExprStmt * exprStmt ) override final;
    171172        virtual Statement * mutate( AsmStmt * asmStmt ) override final;
     173        virtual Statement * mutate( DirectiveStmt * dirStmt ) override final;
    172174        virtual Statement * mutate( IfStmt * ifStmt ) override final;
    173175        virtual Statement * mutate( WhileStmt * whileStmt ) override final;
Note: See TracChangeset for help on using the changeset viewer.