Changeset 5f225f5 for src/InitTweak
- Timestamp:
- May 11, 2024, 6:13:16 PM (7 months ago)
- Branches:
- master
- Children:
- bf4fe05
- Parents:
- c778ef1
- Location:
- src/InitTweak
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.cpp
rc778ef1 r5f225f5 333 333 334 334 ast::ConstructorInit * genCtorInit( const CodeLocation & loc, const ast::ObjectDecl * objDecl ) { 335 // call into genImplicitCall from Autogen.h to generate calls to ctor/dtor for each 336 // constructable object 335 // Call genImplicitCall to generate calls to ctor/dtor for each constructable object. 337 336 InitExpander srcParam{ objDecl->init }, nullParam{ (const ast::Init *)nullptr }; 338 337 ast::ptr< ast::Expr > dstParam = new ast::VariableExpr(loc, objDecl); -
src/InitTweak/InitTweak.hpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // InitTweak.h --7 // InitTweak.hpp -- 8 8 // 9 9 // Author : Rob Schluntz
Note: See TracChangeset
for help on using the changeset viewer.