Ignore:
File:
1 edited

Legend:

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

    racb33f15 r7a780ad  
    19401940
    19411941//--------------------------------------------------------------------------
     1942// EnumAttrType
     1943template< typename core_t >
     1944const ast::Type * ast::Pass< core_t >::visit( const ast::EnumAttrType * node ) {
     1945        VISIT_START( node );
     1946        VISIT_END( Type, node );
     1947}
     1948
     1949//--------------------------------------------------------------------------
    19421950// TraitInstType
    19431951template< typename core_t >
Note: See TracChangeset for help on using the changeset viewer.