Changeset cc4218f
- Timestamp:
- Aug 12, 2019, 11:05:15 AM (5 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:
- b3976bf
- Parents:
- 61cfae2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
r61cfae2 rcc4218f 1186 1186 assert( toType ); 1187 1187 toType = resolveTypeof( toType, indexer ); 1188 assert(!dynamic_cast<TypeofType *>(toType)); 1188 1189 SymTab::validateType( toType, &indexer ); 1189 1190 adjustExprType( toType, env, indexer );
Note: See TracChangeset
for help on using the changeset viewer.