Ignore:
Timestamp:
Mar 22, 2018, 1:20:29 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
bd06384
Parents:
8d7bef2
Message:

Make Constant no longer BaseSyntaxNode?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.h

    r8d7bef2 r7e4b44db  
    148148        virtual void visit( Subrange * subrange ) override final;
    149149
    150         virtual void visit( Constant * constant ) override final;
     150        virtual void visit( Constant * constant ) final;
    151151
    152152        virtual void visit( Attribute * attribute ) override final;
     
    245245        virtual Subrange * mutate( Subrange * subrange ) override final;
    246246
    247         virtual Constant * mutate( Constant * constant ) override final;
     247        virtual Constant * mutate( Constant * constant ) final;
    248248
    249249        virtual Attribute * mutate( Attribute * attribute ) override final;
Note: See TracChangeset for help on using the changeset viewer.