Changeset f6bbc92 for src/Validate/ImplementEnumFunc.cpp
- Timestamp:
- Aug 7, 2024, 6:48:57 AM (3 months ago)
- Branches:
- master
- Children:
- 3b10778
- Parents:
- e49c308 (diff), 1d8a349 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
re49c308 rf6bbc92 210 210 "value", 211 211 {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))}, 212 {new ast::ObjectDecl(getLocation(), "_ret", 213 ast::deepCopy(decl->base))}); 214 // else 215 // return genQuasiValueProto(); 212 {new ast::ObjectDecl(getLocation(), "_ret", decl->base)}); 216 213 } 217 214
Note: See TracChangeset
for help on using the changeset viewer.