Changeset 59c8dff for src/GenPoly
- Timestamp:
- Jan 19, 2024, 2:42:58 AM (11 months ago)
- Branches:
- master
- Children:
- f988834
- Parents:
- 8b4faf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r8b4faf6 r59c8dff 1580 1580 ast::Expr const * postvisit( ast::OffsetPackExpr const * expr ); 1581 1581 1582 ast::Expr const * postvisit( ast::EnumPosExpr const * expr ); 1583 1582 1584 void beginScope(); 1583 1585 void endScope(); … … 1950 1952 1951 1953 return new ast::VariableExpr( expr->location, offsetArray ); 1954 } 1955 1956 // TODO 1957 ast::Expr const * PolyGenericCalculator::postvisit( ast::EnumPosExpr const * expr ) { 1958 return expr; 1952 1959 } 1953 1960
Note: See TracChangeset
for help on using the changeset viewer.