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/AST/Pass.impl.hpp

    rd9bad51 raf746cc  
    19861986
    19871987//--------------------------------------------------------------------------
    1988 // EnumPosType
    1989 template< typename core_t >
    1990 const ast::Type * ast::Pass< core_t >::visit( const ast::EnumPosType * node ) {
    1991         VISIT_START( node );
    1992 
     1988// EnumAttrType
     1989template< typename core_t >
     1990const ast::Type * ast::Pass< core_t >::visit( const ast::EnumAttrType * node ) {
     1991        VISIT_START( node );
    19931992        VISIT_END( Type, node );
    19941993}
Note: See TracChangeset for help on using the changeset viewer.