Changeset af746cc for src/main.cc


Ignore:
Timestamp:
Apr 15, 2024, 12:03:53 PM (3 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
dc58e5d
Parents:
d9bad51
Message:

Reimplement the resolution of Enum instance type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd9bad51 raf746cc  
    6666#include "Tuples/Tuples.h"                  // for expandMemberTuples, expan...
    6767#include "Validate/Autogen.hpp"             // for autogenerateRoutines
    68 // #include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
     68#include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    6969#include "Validate/CompoundLiteral.hpp"     // for handleCompoundLiterals
    7070#include "Validate/EliminateTypedef.hpp"    // for eliminateTypedef
     
    333333
    334334                PASS( "Generate Autogen Routines", Validate::autogenerateRoutines, transUnit );
    335                 // PASS( "Generate Enum Attributes Functions", Validate::implementEnumFunc, transUnit );
     335                PASS( "Generate Enum Attributes Functions", Validate::implementEnumFunc, transUnit );
    336336
    337337                PASS( "Implement Actors", Concurrency::implementActors, transUnit );
     
    383383                PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    384384                DUMP( reppseu, std::move( transUnit ) );
    385                 PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
     385                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() ); // Here
    386386                PASS( "Erase With", ResolvExpr::eraseWith, transUnit );
    387387
Note: See TracChangeset for help on using the changeset viewer.