Changeset f8f298c for src/Validate


Ignore:
Timestamp:
Jul 3, 2024, 6:51:28 PM (2 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
99f7f37
Parents:
39cf5cc
Message:

replace decl->base with isTyped()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ImplementEnumFunc.cpp

    r39cf5cc rf8f298c  
    191191
    192192ast::FunctionDecl* EnumAttrFuncGenerator::genValueProto() const {
    193         if (decl->base)
     193        if (decl->isTyped())
    194194                return genProto(
    195195                        "value",
Note: See TracChangeset for help on using the changeset viewer.