Ignore:
Timestamp:
Aug 10, 2024, 10:27:26 AM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ImplementEnumFunc.cpp

    r2ca7fc2 r6abb6dc  
    210210                "value",
    211211                {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)});
    216213}
    217214
Note: See TracChangeset for help on using the changeset viewer.