Changeset 5f225f5 for src/InitTweak


Ignore:
Timestamp:
May 11, 2024, 6:13:16 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
bf4fe05
Parents:
c778ef1
Message:

Perhaps only src/Makefile.am needed to change, but I did a text search to try and be absolutely sure I got everything.

Location:
src/InitTweak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cpp

    rc778ef1 r5f225f5  
    333333
    334334ast::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.
    337336        InitExpander srcParam{ objDecl->init }, nullParam{ (const ast::Init *)nullptr };
    338337        ast::ptr< ast::Expr > dstParam = new ast::VariableExpr(loc, objDecl);
  • src/InitTweak/InitTweak.hpp

    rc778ef1 r5f225f5  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // InitTweak.h --
     7// InitTweak.hpp --
    88//
    99// Author           : Rob Schluntz
Note: See TracChangeset for help on using the changeset viewer.