- Timestamp:
- Jun 17, 2019, 3:45:11 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b910d15
- Parents:
- 800bae1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r800bae1 r6e55240 949 949 const ast::Expr * visit( const ast::TupleExpr * node ) override final { 950 950 auto expr = visitBaseExpr( node, 951 new UntypedTupleExpr(951 new TupleExpr( 952 952 get<Expression>().acceptL(node->exprs) 953 953 )
Note: See TracChangeset
for help on using the changeset viewer.