Changes in src/Common/ResolvProtoDump.cpp [fc134a48:55cbff8]
- File:
-
- 1 edited
-
src/Common/ResolvProtoDump.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ResolvProtoDump.cpp
rfc134a48 r55cbff8 227 227 } 228 228 229 void previsit( const ast::EnumInstType * enumInst) { 230 // TODO: Add the meaningful text representation of typed enum 229 void previsit( const ast::EnumInstType * ) { 231 230 ss << (int)ast::BasicType::SignedInt; 232 231 }
Note:
See TracChangeset
for help on using the changeset viewer.