Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ResolvProtoDump.cpp

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