Changeset df78cce
- Timestamp:
- Mar 25, 2024, 7:15:13 PM (9 months ago)
- Branches:
- master
- Children:
- 486caad
- Parents:
- 223b631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r223b631 rdf78cce 66 66 #include "Tuples/Tuples.h" // for expandMemberTuples, expan... 67 67 #include "Validate/Autogen.hpp" // for autogenerateRoutines 68 #include "Validate/ImplementEnumFunc.hpp" // for implementEnumFunc 68 69 #include "Validate/CompoundLiteral.hpp" // for handleCompoundLiterals 69 70 #include "Validate/EliminateTypedef.hpp" // for eliminateTypedef … … 336 337 337 338 PASS( "Generate Autogen Routines", Validate::autogenerateRoutines, transUnit ); 339 PASS( "Generate Enum Attributes Functions", Validate::implementEnumFunc, transUnit ); 338 340 339 341 PASS( "Implement Actors", Concurrency::implementActors, transUnit ); … … 383 385 PASS( "Resolve", ResolvExpr::resolve, transUnit ); 384 386 DUMP( exprp, std::move( transUnit ) ); 385 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );387 // PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit ); 386 388 DUMP( reppseu, std::move( transUnit ) ); 387 389 PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset
for help on using the changeset viewer.