- Timestamp:
- Apr 19, 2024, 9:27:45 AM (8 months ago)
- Branches:
- master
- Children:
- 02c80cdc
- Parents:
- 38093ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
r38093ae r19313be5 296 296 {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))}, 297 297 {new ast::ObjectDecl(getLocation(), "_ret", 298 new ast::BasicType(ast::Basic Type::UnsignedInt))});298 new ast::BasicType(ast::BasicKind::UnsignedInt))}); 299 299 } 300 300
Note: See TracChangeset
for help on using the changeset viewer.