- Timestamp:
- Apr 25, 2024, 3:47:22 PM (8 months ago)
- Branches:
- master
- Children:
- 7042c60
- Parents:
- 38093ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
r38093ae rcf191ac 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.