Changeset 15934a6 for src/AST/Expr.cpp
- Timestamp:
- May 22, 2019, 1:10:58 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4073b16, 74ad8c0
- Parents:
- 9a0cd9c (diff), 9d23c2d (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
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.cpp
r9a0cd9c r15934a6 335 335 } 336 336 337 TupleAssignExpr::TupleAssignExpr( 338 const CodeLocation & loc, const Type * result, const StmtExpr * s ) 339 : Expr( loc, result ), stmtExpr() { 340 stmtExpr = s; 341 } 342 337 343 // --- StmtExpr 338 344
Note: See TracChangeset
for help on using the changeset viewer.