Changeset af746cc for src/CodeGen
- Timestamp:
- Apr 15, 2024, 12:03:53 PM (12 months ago)
- Branches:
- master
- Children:
- dc58e5d
- Parents:
- d9bad51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/CodeGen/GenType.cc ¶
rd9bad51 raf746cc 46 46 void postvisit( ast::UnionInstType const * type ); 47 47 void postvisit( ast::EnumInstType const * type ); 48 void postvisit( ast::Enum PosType const * type );48 void postvisit( ast::EnumAttrType const * type ); 49 49 void postvisit( ast::TypeInstType const * type ); 50 50 void postvisit( ast::TupleType const * type ); … … 240 240 } 241 241 242 void GenType::postvisit( ast::Enum PosType const * type ) {242 void GenType::postvisit( ast::EnumAttrType const * type ) { 243 243 postvisit( type->instance ); 244 244 }
Note: See TracChangeset
for help on using the changeset viewer.