Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ResolvProtoDump.cpp

    r55cbff8 rfc134a48  
    227227        }
    228228
    229         void previsit( const ast::EnumInstType * ) {
     229        void previsit( const ast::EnumInstType * enumInst) {
     230                // TODO: Add the meaningful text representation of typed enum
    230231                ss << (int)ast::BasicType::SignedInt;
    231232        }
Note: See TracChangeset for help on using the changeset viewer.