Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rf2f595d7 r3830c84  
    8282#include "Validate/VerifyCtorDtorAssign.hpp" // for verifyCtorDtorAssign
    8383#include "Virtual/ExpandCasts.h"            // for expandCasts
     84#include "Virtual/VirtualDtor.hpp"           // for implementVirtDtors
    8485
    8586static void NewPass( const char * const name ) {
     
    341342
    342343                PASS( "Implement Actors", Concurrency::implementActors( transUnit ) );
     344        PASS( "Implement Virtual Destructors", Virtual::implementVirtDtors(transUnit) );
     345       
    343346                PASS( "Implement Mutex", Concurrency::implementMutex( transUnit ) );
    344347                PASS( "Implement Thread Start", Concurrency::implementThreadStarter( transUnit ) );
Note: See TracChangeset for help on using the changeset viewer.