Changeset ef22ad6 for src/ResolvExpr
- Timestamp:
- Aug 23, 2019, 6:52:14 AM (7 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, 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. - File:
-
- 1 edited
-
src/ResolvExpr/AlternativeFinder.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
r2c60af75 ref22ad6 1188 1188 assert( toType ); 1189 1189 toType = resolveTypeof( toType, indexer ); 1190 assert(!dynamic_cast<TypeofType *>(toType)); 1190 1191 SymTab::validateType( toType, &indexer ); 1191 1192 adjustExprType( toType, env, indexer );
Note:
See TracChangeset
for help on using the changeset viewer.