Changes in / [55c97e4:7042c60]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ImplementEnumFunc.cpp

    r55c97e4 r7042c60  
    289289
    290290ast::FunctionDecl* EnumAttrFuncGenerator::genPosnProto() const {
    291         return genProto(
    292                 "posE",
    293                 {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))},
    294                 {new ast::ObjectDecl(getLocation(), "_ret",
    295                         new ast::BasicType(ast::BasicKind::UnsignedInt))});
     291    return genProto(
     292        "posE",
     293        {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))},
     294        {new ast::ObjectDecl(getLocation(), "_ret",
     295            new ast::BasicType(ast::BasicKind::UnsignedInt))});
    296296}
    297297
Note: See TracChangeset for help on using the changeset viewer.