Changeset 379b6ea for src/AST/Expr.hpp


Ignore:
Timestamp:
Mar 26, 2025, 9:42:02 AM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
30bf6bf, b1c220a
Parents:
8ef0bf7 (diff), 446dde5 (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:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    r8ef0bf7 r379b6ea  
    782782public:
    783783        ptr<CompoundStmt> stmts;
    784         std::vector<ptr<ObjectDecl>> returnDecls;  ///< return variable(s) for statement expression
    785         std::vector<ptr<Expr>> dtors;              ///< destructor(s) for return variable(s)
    786784
    787785        readonly<ExprStmt> resultExpr;
Note: See TracChangeset for help on using the changeset viewer.