Ignore:
Timestamp:
Feb 26, 2024, 3:49:23 AM (5 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
a4da45e
Parents:
c17dc80
Message:

Add EnumPosType? to type system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    rc17dc80 r0522ebe  
    19861986
    19871987//--------------------------------------------------------------------------
     1988// EnumPosType
     1989template< typename core_t >
     1990const ast::Type * ast::Pass< core_t >::visit( const ast::EnumPosType * node ) {
     1991        VISIT_START( node );
     1992
     1993        VISIT_END( Type, node );
     1994}
     1995
     1996//--------------------------------------------------------------------------
    19881997// TraitInstType
    19891998template< typename core_t >
Note: See TracChangeset for help on using the changeset viewer.