Changeset cdb4eaa for src/main.cc


Ignore:
Timestamp:
Apr 17, 2024, 2:27:56 PM (7 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
748c751
Parents:
76c7addb
Message:

Fix succ(Enum) error and resolution ambiguity of enum with inheritance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r76c7addb rcdb4eaa  
    382382                DUMP( exprp, std::move( transUnit ) );
    383383                PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    384                 DUMP( reppseu, std::move( transUnit ) );
    385384                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() ); // Here
    386385                PASS( "Erase With", ResolvExpr::eraseWith, transUnit );
     
    534533        { "instgen", genericsp, true, "print AST after instantiate generics" },
    535534        { "bbox", bboxp, true, "print AST before box pass" },
    536         { "bcodegen", bcodegenp, true, "print AST before code generation" },
    537         { "reppseu", reppseu, true, "print AST after replacing pseudo functions" }
     535        { "bcodegen", bcodegenp, true, "print AST before code generation" }
    538536};
    539537enum { printoptsSize = sizeof( printopts ) / sizeof( printopts[0] ) };
Note: See TracChangeset for help on using the changeset viewer.