- Timestamp:
- Apr 5, 2021, 3:00:21 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8e85344
- Parents:
- b71b6df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CurrentObject.cc
rb71b6df rde57af9 925 925 if ( auto aggr = dynamic_cast< const BaseInstType * >( type ) ) { 926 926 if ( auto sit = dynamic_cast< const StructInstType * >( aggr ) ) { 927 assert( sit->base ); 927 928 return new StructIterator{ loc, sit }; 928 929 } else if ( auto uit = dynamic_cast< const UnionInstType * >( aggr ) ) { 930 assert( uit->base ); 929 931 return new UnionIterator{ loc, uit }; 930 932 } else {
Note: See TracChangeset
for help on using the changeset viewer.