Changeset 862658a for src/CodeGen/CodeGenerator.cc
- Timestamp:
- Jan 11, 2023, 1:43:30 PM (23 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 42b739d7
- Parents:
- b49310f (diff), 8fcf921 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
rb49310f r862658a 283 283 assert( obj ); 284 284 output << "static "; 285 output << genType(enumDecl->base, "", options) << " const "; 286 output << mangleName( obj ) << " "; 285 output << genType(enumDecl->base, mangleName( obj ), options); 287 286 output << " = "; 288 287 output << "(" << genType(enumDecl->base, "", options) << ")";
Note: See TracChangeset
for help on using the changeset viewer.