Changeset 446dde5 for src/AST/Expr.hpp
- Timestamp:
- Mar 25, 2025, 7:53:02 PM (12 days ago)
- Branches:
- master
- Children:
- 379b6ea
- Parents:
- d73e667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Expr.hpp ¶
rd73e667 r446dde5 782 782 public: 783 783 ptr<CompoundStmt> stmts; 784 std::vector<ptr<ObjectDecl>> returnDecls; ///< return variable(s) for statement expression785 std::vector<ptr<Expr>> dtors; ///< destructor(s) for return variable(s)786 784 787 785 readonly<ExprStmt> resultExpr;
Note: See TracChangeset
for help on using the changeset viewer.