Ignore:
Timestamp:
May 11, 2024, 6:13:16 PM (2 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.

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.