Changeset 379b6ea for src/AST/Expr.hpp
- Timestamp:
- Mar 26, 2025, 9:42:02 AM (10 months ago)
- 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. - File:
-
- 1 edited
-
src/AST/Expr.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
r8ef0bf7 r379b6ea 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.