Changeset 627f585 for src/InitTweak/FixInit.cc
- Timestamp:
- Jan 10, 2017, 2:32:33 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- dd0c97b
- Parents:
- f831177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.cc
rf831177 r627f585 1100 1100 addDeclaration( tmp ); 1101 1101 1102 // xxx - this can be TupleAssignExpr now. Need to properly handle this case. 1102 1103 ApplicationExpr * callExpr = safe_dynamic_cast< ApplicationExpr * > ( ctorExpr->get_callExpr() ); 1103 1104 TypeSubstitution * env = ctorExpr->get_env();
Note: See TracChangeset
for help on using the changeset viewer.