Changeset 9ddcee1 for src/GenPoly
- Timestamp:
- Feb 1, 2024, 5:13:04 PM (12 months ago)
- Branches:
- master
- Children:
- 020fa10
- Parents:
- 496ffc17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r496ffc17 r9ddcee1 1580 1580 ast::Expr const * postvisit( ast::OffsetPackExpr const * expr ); 1581 1581 1582 ast::Expr const * postvisit( ast::EnumPosExpr const * expr );1583 1584 1582 void beginScope(); 1585 1583 void endScope(); … … 1952 1950 1953 1951 return new ast::VariableExpr( expr->location, offsetArray ); 1954 }1955 1956 // TODO1957 ast::Expr const * PolyGenericCalculator::postvisit( ast::EnumPosExpr const * expr ) {1958 return expr;1959 1952 } 1960 1953
Note: See TracChangeset
for help on using the changeset viewer.