Changeset 38e266ca for src/ResolvExpr/CommonType.cc
- Timestamp:
- Jun 11, 2023, 6:42:36 PM (2 years ago)
- Branches:
- ast-experimental, master
- Children:
- 32a4f3e, 576aadb, 62d62db, 8a930c03
- Parents:
- 1db6d70 (diff), 0658672 (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/ResolvExpr/CommonType.cc
r1db6d70 r38e266ca 1017 1017 void postvisit( const ast::TraitInstType * ) {} 1018 1018 1019 void postvisit( const ast::TypeInstType * inst) {}1020 1021 void postvisit( const ast::TupleType * tuple ) {1019 void postvisit( const ast::TypeInstType * ) {} 1020 1021 void postvisit( const ast::TupleType * tuple ) { 1022 1022 tryResolveWithTypedEnum( tuple ); 1023 1023 }
Note:
See TracChangeset
for help on using the changeset viewer.