Changeset 3830c84 for src/main.cc


Ignore:
Timestamp:
Mar 14, 2023, 3:48:53 PM (9 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
8512a2f
Parents:
2ceb2bf
Message:

cleaned up actor pass and added virtual destructor pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r2ceb2bf 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.