Changeset df78cce


Ignore:
Timestamp:
Mar 25, 2024, 7:15:13 PM (3 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
486caad
Parents:
223b631
Message:

Save the change in main for git pull

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r223b631 rdf78cce  
    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
     
    336337
    337338                PASS( "Generate Autogen Routines", Validate::autogenerateRoutines, transUnit );
     339                PASS( "Generate Enum Attributes Functions", Validate::implementEnumFunc, transUnit );
    338340
    339341                PASS( "Implement Actors", Concurrency::implementActors, transUnit );
     
    383385                PASS( "Resolve", ResolvExpr::resolve, transUnit );
    384386                DUMP( exprp, std::move( transUnit ) );
    385                 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
     387                // PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    386388                DUMP( reppseu, std::move( transUnit ) );
    387389                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset for help on using the changeset viewer.