Changes in src/AST/Convert.cpp [361bf01:b3a0df6]
- File:
-
- 1 edited
-
src/AST/Convert.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r361bf01 rb3a0df6 1217 1217 1218 1218 const ast::Type * postvisit( const ast::BaseInstType * old, ReferenceToType * ty ) { 1219 ty->forall = get<TypeDecl>().acceptL( old->forall ); 1219 1220 ty->parameters = get<Expression>().acceptL( old->params ); 1220 1221 ty->hoistType = old->hoistType; … … 2615 2616 2616 2617 void postvisit( const ReferenceToType * old, ast::BaseInstType * ty ) { 2618 ty->forall = GET_ACCEPT_V( forall, TypeDecl ); 2617 2619 ty->params = GET_ACCEPT_V( parameters, Expr ); 2618 2620 ty->hoistType = old->hoistType;
Note:
See TracChangeset
for help on using the changeset viewer.