Ignore:
Timestamp:
Jun 8, 2023, 3:19:43 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Parents:
044ae62
Message:

Finish Adt POC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r044ae62 rfa2c005  
    110110        virtual Type * mutate( FunctionType * functionType ) = 0;
    111111        virtual Type * mutate( StructInstType * aggregateUseType ) = 0;
     112        virtual Type * mutate( AdtInstType * aggregateUseType ) = 0;
    112113        virtual Type * mutate( UnionInstType * aggregateUseType ) = 0;
    113114        virtual Type * mutate( EnumInstType * aggregateUseType ) = 0;
Note: See TracChangeset for help on using the changeset viewer.