Changeset 35cc6d4 for src/Validate/ImplementEnumFunc.cpp
- Timestamp:
- Dec 12, 2024, 4:35:32 PM (6 days ago)
- Branches:
- master
- Children:
- 8ee211d
- Parents:
- f979f0ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
rf979f0ba r35cc6d4 240 240 return genProto( 241 241 "type_name", 242 {new ast::ObjectDecl(getLocation(), " _i", new ast::EnumInstType(decl))},242 {new ast::ObjectDecl(getLocation(), "", new ast::EnumInstType(decl))}, 243 243 {new ast::ObjectDecl( 244 244 getLocation(), "_ret",
Note: See TracChangeset
for help on using the changeset viewer.