Changeset 3830c84 for src/main.cc
- Timestamp:
- Mar 14, 2023, 3:48:53 PM (9 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 8512a2f
- Parents:
- 2ceb2bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r2ceb2bf r3830c84 82 82 #include "Validate/VerifyCtorDtorAssign.hpp" // for verifyCtorDtorAssign 83 83 #include "Virtual/ExpandCasts.h" // for expandCasts 84 #include "Virtual/VirtualDtor.hpp" // for implementVirtDtors 84 85 85 86 static void NewPass( const char * const name ) { … … 341 342 342 343 PASS( "Implement Actors", Concurrency::implementActors( transUnit ) ); 344 PASS( "Implement Virtual Destructors", Virtual::implementVirtDtors(transUnit) ); 345 343 346 PASS( "Implement Mutex", Concurrency::implementMutex( transUnit ) ); 344 347 PASS( "Implement Thread Start", Concurrency::implementThreadStarter( transUnit ) );
Note: See TracChangeset
for help on using the changeset viewer.