Changes in src/SynTree/Visitor.cc [25a054f:2a4b088]
- File:
-
- 1 edited
-
src/SynTree/Visitor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.cc
r25a054f r2a4b088 219 219 } 220 220 221 void Visitor::visit( UntypedOffsetofExpr *offsetofExpr ) { 222 acceptAll( offsetofExpr->get_results(), *this ); 223 maybeAccept( offsetofExpr->get_type(), *this ); 224 } 225 221 226 void Visitor::visit( OffsetofExpr *offsetofExpr ) { 222 227 acceptAll( offsetofExpr->get_results(), *this );
Note:
See TracChangeset
for help on using the changeset viewer.