Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.h

    r5e2c348 rddb80bd  
    728728        StmtExpr * set_statements( CompoundStmt * newValue ) { statements = newValue; return this; }
    729729
    730         // call to set the result type of this StmtExpr based on its body
    731         void computeResult();
    732 
    733730        std::list< ObjectDecl * > & get_returnDecls() { return returnDecls; }
    734731        std::list< Expression * > & get_dtors() { return dtors; }
Note: See TracChangeset for help on using the changeset viewer.