Ignore:
Timestamp:
Apr 3, 2022, 8:49:42 PM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
92538ab
Parents:
3eb1653
Message:

Update the String Enum implementation. The declaration now can handles creating the enum decl. But the compilation fails when trying to create reference to the Enum. Need a way to resolve InstTypes?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.impl.h

    r3eb1653 r4559b34  
    754754
    755755        // unlike structs, traits, and unions, enums inject their members into the global scope
    756         if ( node->base ) maybeAccept_impl( node->base, *this ); // Need this? Maybe not?
     756        // if ( node->base ) maybeAccept_impl( node->base, *this ); // Need this? Maybe not?
    757757        maybeAccept_impl( node->parameters, *this );
    758758        maybeAccept_impl( node->members   , *this );
Note: See TracChangeset for help on using the changeset viewer.