Ignore:
Timestamp:
Aug 11, 2020, 4:40:15 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0d070ca
Parents:
07d867b (diff), 129674b (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 branch 'master' into new-ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.h

    r07d867b r22f94a4  
    1010// Created On       : Sun May 17 09:37:28 2015
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Tue Oct  4 14:59:00 2019
     12// Last Modified On : Wed Jul 29 16:12:00 2020
    1313// Update Count     : 7
    1414//
     
    5151                void postvisit( const ReferenceType * refType );
    5252                void postvisit( const FunctionType * functionType );
    53                 void postvisit( const StructInstType * aggregateUseType );
    54                 void postvisit( const UnionInstType * aggregateUseType );
    5553                void postvisit( const EnumInstType * aggregateUseType );
    5654                void postvisit( const TraitInstType * aggregateUseType );
     
    105103        void postvisit( const ast::ReferenceType * refType );
    106104        void postvisit( const ast::FunctionType * functionType );
    107         void postvisit( const ast::StructInstType * structInstType );
    108         void postvisit( const ast::UnionInstType * unionInstType );
    109105        void postvisit( const ast::EnumInstType * enumInstType );
    110106        void postvisit( const ast::TraitInstType * traitInstType );
Note: See TracChangeset for help on using the changeset viewer.