Changeset c1e66d9 for src/main.cc


Ignore:
Timestamp:
Sep 21, 2023, 10:15:37 PM (12 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
deda7e6
Parents:
01510fe
Message:

Fix designator value in enumerated array and implemented enumerated array with inlined enume declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r01510fe rc1e66d9  
    7373#include "Validate/FixQualifiedTypes.hpp"   // for fixQualifiedTypes
    7474#include "Validate/FixReturnTypes.hpp"      // for fixReturnTypes
     75#include "Validate/FixEnumeratedArray.hpp"  // for fixEnumeratedArray
    7576#include "Validate/ForallPointerDecay.hpp"  // for decayForallPointers
    7677#include "Validate/GenericParameter.hpp"    // for fillGenericParameters, tr...
     
    333334
    334335                PASS( "Link Reference To Types", Validate::linkReferenceToTypes, transUnit );
     336                PASS( "Fix Enumerated Array", Validate::fixEnumeratedArray, transUnit );
    335337
    336338                PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
Note: See TracChangeset for help on using the changeset viewer.