Changes in src/GenPoly/Box.cpp [59c8dff:ca9d65e]
- File:
-
- 1 edited
-
src/GenPoly/Box.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r59c8dff rca9d65e 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.