Ignore:
Timestamp:
May 13, 2019, 5:10:04 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6d51bd7
Parents:
768b3b4f
Message:

Removed all traces of SubRange? which didn't actually exist and made some more fields public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r768b3b4f r712348a  
    121121        virtual Initializer * mutate( ConstructorInit * ctorInit ) = 0 ;
    122122
    123         virtual Subrange * mutate( Subrange * subrange ) = 0;
    124 
    125123        virtual Constant * mutate( Constant * constant ) = 0;
    126124
Note: See TracChangeset for help on using the changeset viewer.