Changes in / [bf050c5:486caad]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rbf050c5 r486caad  
    6666#include "Tuples/Tuples.h"                  // for expandMemberTuples, expan...
    6767#include "Validate/Autogen.hpp"             // for autogenerateRoutines
     68#include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    6869#include "Validate/CompoundLiteral.hpp"     // for handleCompoundLiterals
    6970#include "Validate/EliminateTypedef.hpp"    // for eliminateTypedef
     
    332333
    333334                PASS( "Generate Autogen Routines", Validate::autogenerateRoutines, transUnit );
     335                PASS( "Generate Enum Attributes Functions", Validate::implementEnumFunc, transUnit );
    334336
    335337                PASS( "Implement Actors", Concurrency::implementActors, transUnit );
     
    379381                PASS( "Resolve", ResolvExpr::resolve, transUnit );
    380382                DUMP( exprp, std::move( transUnit ) );
    381                 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
     383                // PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    382384                DUMP( reppseu, std::move( transUnit ) );
    383385                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset for help on using the changeset viewer.