Changeset 6e55240


Ignore:
Timestamp:
Jun 17, 2019, 3:45:11 PM (5 years ago)
Author:
Michael Brooks <mlbrooks@…>
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
Message:

Fixed tuple expressions crashing on code gen when convert-convert run after resolve, e.g. in common.cfa. Now convert-convert after resolve claims success when building all libcfa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r800bae1 r6e55240  
    949949        const ast::Expr * visit( const ast::TupleExpr * node ) override final {
    950950                auto expr = visitBaseExpr( node,
    951                         new UntypedTupleExpr(
     951                        new TupleExpr(
    952952                                get<Expression>().acceptL(node->exprs)
    953953                        )
Note: See TracChangeset for help on using the changeset viewer.