Changeset 833ba13 for src/ResolvExpr/Resolver.cc
- Timestamp:
- Dec 2, 2020, 12:31:56 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddcedfe
- Parents:
- 3d0560d (diff), a25f64b (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
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r3d0560d r833ba13 1471 1471 auto newDecl = fixObjectType(objectDecl, symtab); 1472 1472 auto mutDecl = mutate(newDecl); 1473 1473 1474 1474 // generate CtorInit wrapper when necessary. 1475 1475 // in certain cases, fixObjectType is called before reaching … … 1489 1489 currentObject = ast::CurrentObject{ objectDecl->location, objectDecl->get_type() }; 1490 1490 } 1491 1491 1492 1492 return objectDecl; 1493 1493 }
Note: See TracChangeset
for help on using the changeset viewer.