Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.cc

    r47534159 r7f5566b  
    210210}
    211211
    212 void Visitor::visit( AlignofExpr *alignofExpr ) {
    213         acceptAll( alignofExpr->get_results(), *this );
    214         if ( alignofExpr->get_isType() ) {
    215                 maybeAccept( alignofExpr->get_type(), *this );
    216         } else {
    217                 maybeAccept( alignofExpr->get_expr(), *this );
    218         }
    219 }
    220 
    221212void Visitor::visit( AttrExpr *attrExpr ) {
    222213        acceptAll( attrExpr->get_results(), *this );
Note: See TracChangeset for help on using the changeset viewer.