Changes in src/SymTab/Mangler.cc [af746cc:7a780ad]
- File:
-
- 1 edited
-
src/SymTab/Mangler.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Mangler.cc
raf746cc r7a780ad 142 142 void Mangler::postvisit( const ast::BasicType * basicType ) { 143 143 printQualifiers( basicType ); 144 assertf( basicType->kind < ast::Basic Type::NUMBER_OF_BASIC_TYPES, "Unhandled basic type: %d", basicType->kind );144 assertf( basicType->kind < ast::BasicKind::NUMBER_OF_BASIC_TYPES, "Unhandled basic type: %d", basicType->kind ); 145 145 mangleName += Encoding::basicTypes[ basicType->kind ]; 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.