Changeset fa2c005 for src/GenPoly/Box.cc


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

Finish Adt POC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r044ae62 rfa2c005  
    185185                        void premutate( StructDecl * );
    186186                        void premutate( UnionDecl * );
     187                        void premutate( AdtDecl * );
    187188
    188189                        void beginScope();
     
    15131514                }
    15141515
     1516                void PolyGenericCalculator::premutate( AdtDecl * adtDecl ) {
     1517                        mutateMembers( adtDecl );
     1518                }
     1519
    15151520                void PolyGenericCalculator::premutate( DeclStmt *declStmt ) {
    15161521                        if ( ObjectDecl *objectDecl = dynamic_cast< ObjectDecl *>( declStmt->get_decl() ) ) {
Note: See TracChangeset for help on using the changeset viewer.