Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInitNew.cpp

    r37273c8 r0bd3faf  
    7474                fname,
    7575                std::move(typeParams),
    76                 {},
    7776                {dstParam},
    7877                {},
     
    900899
    901900                                        // void __objName_dtor_atexitN(...) {...}
    902                                         ast::FunctionDecl * dtorCaller = new ast::FunctionDecl(loc, objDecl->mangleName + dtorCallerNamer.newName(), {}, {}, {}, {}, new ast::CompoundStmt(loc, {dtor}), ast::Storage::Static, ast::Linkage::C );
     901                                        ast::FunctionDecl * dtorCaller = new ast::FunctionDecl(loc, objDecl->mangleName + dtorCallerNamer.newName(), {}, {}, {}, new ast::CompoundStmt(loc, {dtor}), ast::Storage::Static, ast::Linkage::C );
    903902                                        dtorCaller->fixUniqueId();
    904903                                        // dtorCaller->stmts->push_back( dtor );
Note: See TracChangeset for help on using the changeset viewer.