Ignore:
Timestamp:
Apr 15, 2024, 12:24:36 PM (6 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
fb2e916
Parents:
af746cc (diff), 7a36848 (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:

Small cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ImplementEnumFunc.cpp

    raf746cc rdc58e5d  
    516516    ast::EnumInstType enumInst(enumDecl->name);
    517517    enumInst.base = enumDecl;
    518     // ast::EnumAttrType attr = ast::EnumAttrType(&enumInst);
    519     // EnumAttrFuncGenerator gen(enumDecl, &enumInst functionNesting);
     518
    520519    EnumAttrFuncGenerator gen(enumDecl, &enumInst, functionNesting);
    521520    gen.generateAndAppendFunctions(declsToAddAfter);
Note: See TracChangeset for help on using the changeset viewer.