Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r59c8dff rca9d65e  
    420420                const ast::ConstructorInit * previsit( const ast::ConstructorInit * );
    421421
    422                 const ast::EnumPosExpr *         previsit( const ast::EnumPosExpr * );
    423 
    424422                void resolveWithExprs(std::vector<ast::ptr<ast::Expr>> & exprs, std::list<ast::ptr<ast::Stmt>> & stmtsToAdd);
    425423
     
    12411239        }
    12421240
    1243         const ast::EnumPosExpr * Resolver::previsit( const ast::EnumPosExpr * enumPos ) {
    1244                 visitor->maybe_accept( enumPos, &ast::EnumPosExpr::expr );
    1245                 return enumPos;
    1246         }
    1247 
    12481241        // suppress error on autogen functions and mark invalid autogen as deleted.
    12491242        bool Resolver::on_error(ast::ptr<ast::Decl> & decl) {
Note: See TracChangeset for help on using the changeset viewer.