Changeset ef22ad6 for src/ResolvExpr


Ignore:
Timestamp:
Aug 23, 2019, 6:52:14 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, stuck-waitfor-destruct
Children:
bbb1b35
Parents:
2c60af75 (diff), 5d00425 (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.
Message:

deal with conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r2c60af75 ref22ad6  
    11881188                assert( toType );
    11891189                toType = resolveTypeof( toType, indexer );
     1190                assert(!dynamic_cast<TypeofType *>(toType));
    11901191                SymTab::validateType( toType, &indexer );
    11911192                adjustExprType( toType, env, indexer );
Note: See TracChangeset for help on using the changeset viewer.