Changeset 15215f02 for src/BasicTypes-gen.cc
- Timestamp:
- Apr 22, 2024, 11:37:36 PM (18 months ago)
- Branches:
- master
- Children:
- 13de4478
- Parents:
- 0fe07be (diff), d7c0ad5 (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/BasicTypes-gen.cc
r0fe07be r15215f02 415 415 code << "\t" << BYMK << endl; 416 416 code << "\t#define BT ast::BasicKind::" << endl; 417 code << "\tstatic const BTKind commonTypes[BT NUMBER_OF_BASIC_TYPES][BT NUMBER_OF_BASIC_TYPES] = { // nearest common ancestor" << endl417 code << "\tstatic const ast::BasicKind commonTypes[BT NUMBER_OF_BASIC_TYPES][BT NUMBER_OF_BASIC_TYPES] = { // nearest common ancestor" << endl 418 418 << "\t\t/*\t\t "; 419 419 for ( int r = 0; r < NUMBER_OF_BASIC_TYPES; r += 1 ) { // titles
Note:
See TracChangeset
for help on using the changeset viewer.