Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r6cf27a07 r4e06c1e  
    1818#include <iterator>
    1919#include <algorithm>
     20#include "FixInit.h"
    2021#include "InitTweak.h"
    21 #include "FixInit.h"
    22 #include "FixGlobalInit.h"
    2322#include "ResolvExpr/Resolver.h"
    2423#include "ResolvExpr/typeops.h"
     
    8483                };
    8584
    86                 // debug
    8785                struct printSet {
    8886                        typedef ObjDeclCollector::ObjectSet ObjectSet;
     
    173171        } // namespace
    174172
    175         void fix( std::list< Declaration * > & translationUnit, const std::string & filename, bool inLibrary ) {
    176                 // fixes ConstructorInit for global variables. should happen before fixInitializers.
    177                 InitTweak::fixGlobalInit( translationUnit, filename, inLibrary );
    178 
     173        void fix( std::list< Declaration * > & translationUnit ) {
    179174                InsertImplicitCalls::insert( translationUnit );
    180175                ResolveCopyCtors::resolveImplicitCalls( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.