- Timestamp:
- Oct 10, 2017, 2:51:26 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- b05a4eb
- Parents:
- 10295d8
- File:
- 
      - 1 edited
 
 - 
          
  src/ResolvExpr/AlternativeFinder.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/ResolvExpr/AlternativeFinder.ccr10295d8 r228099e 1268 1268 // O(N^2) checks of d-types with e-types 1269 1269 for ( InitAlternative & initAlt : initExpr->get_initAlts() ) { 1270 Type * toType = resolveTypeof( initAlt.type , indexer );1270 Type * toType = resolveTypeof( initAlt.type->clone(), indexer ); 1271 1271 SymTab::validateType( toType, &indexer ); 1272 1272 adjustExprType( toType, env, indexer ); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  