- Timestamp:
- Aug 10, 2024, 10:27:26 AM (3 months ago)
- Branches:
- master
- Children:
- 774c97e
- Parents:
- 2ca7fc2 (diff), 5ca5263 (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
r2ca7fc2 r6abb6dc 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.