Changeset fa2c005 for src/GenPoly
- Timestamp:
 - Jun 8, 2023, 3:19:43 PM (2 years ago)
 - Branches:
 - ADT
 - Parents:
 - 044ae62
 - File:
 - 
      
- 1 edited
 
- 
          
  src/GenPoly/Box.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/GenPoly/Box.cc
r044ae62 rfa2c005 185 185 void premutate( StructDecl * ); 186 186 void premutate( UnionDecl * ); 187 void premutate( AdtDecl * ); 187 188 188 189 void beginScope(); … … 1513 1514 } 1514 1515 1516 void PolyGenericCalculator::premutate( AdtDecl * adtDecl ) { 1517 mutateMembers( adtDecl ); 1518 } 1519 1515 1520 void PolyGenericCalculator::premutate( DeclStmt *declStmt ) { 1516 1521 if ( ObjectDecl *objectDecl = dynamic_cast< ObjectDecl *>( declStmt->get_decl() ) ) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.