Changes in src/InitTweak/FixGlobalInit.cc [7d651a6:293dc1c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.cc
r7d651a6 r293dc1c 183 183 } // if 184 184 if ( const ast::Stmt * ctor = ctorInit->ctor ) { 185 addDataSectionAttribute(mutDecl);186 185 initStmts.push_back( ctor ); 187 186 mutDecl->init = nullptr;
Note: See TracChangeset
for help on using the changeset viewer.