Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeTools/ResolvProtoDump.cc

    rbc179fd3 rfc134a48  
    304304
    305305                        // replace enums with int
    306                         void previsit( EnumInstType* ) { ss << (int)BasicType::SignedInt; }
     306                        void previsit( EnumInstType* ) {
     307                                // TODO: add the meaningful representation of typed int
     308                                ss << (int)BasicType::SignedInt;
     309                        }
    307310
    308311                        void previsit( TypeInstType* vt ) {
Note: See TracChangeset for help on using the changeset viewer.