Changeset 6a9d4b4
- Timestamp:
- Jan 29, 2019, 3:51:47 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 933f32f
- Parents:
- a200795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.cc
ra200795 r6a9d4b4 547 547 } 548 548 549 void ResolveCopyCtors::destructRet( ObjectDecl * ret, ImplicitCopyCtorExpr * impCpCtorExpr, Expression *& arg ) {549 void ResolveCopyCtors::destructRet( ObjectDecl * ret, ImplicitCopyCtorExpr * /*impCpCtorExpr*/, Expression *& arg ) { 550 550 // TODO: refactor code for generating cleanup attribute, since it's common and reused in ~3-4 places 551 551 // check for existing cleanup attribute before adding another(?)
Note: See TracChangeset
for help on using the changeset viewer.