Changeset bb336a6 for src/ResolvExpr
- Timestamp:
- Jul 10, 2024, 3:39:26 AM (5 months ago)
- Branches:
- master
- Children:
- dbff8ec
- Parents:
- 550afde2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveTypeof.cpp
r550afde2 rbb336a6 61 61 if ( typeofType->kind == ast::TypeofType::Basetypeof ) { 62 62 // replace basetypeof(<enum>) by int 63 if ( newType.as< ast::EnumInstType >() ) {64 newType = new ast::BasicType(65 ast::BasicKind::SignedInt, newType->qualifiers, copy(newType->attributes) );66 }63 // if ( newType.as< ast::EnumInstType >() ) { 64 // newType = new ast::BasicType( 65 // ast::BasicKind::SignedInt, newType->qualifiers, copy(newType->attributes) ); 66 // } 67 67 reset_qualifiers( 68 68 newType,
Note: See TracChangeset
for help on using the changeset viewer.