Ignore:
Timestamp:
Jun 20, 2018, 11:23:42 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
0b3b2ae
Parents:
9a7a3b6
Message:

Reorganize QualifiedType? node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.impl.h

    r9a7a3b6 rc194661  
    22682268
    22692269        maybeAccept_impl( node->forall, *this );
    2270         maybeAccept_impl( node->types, *this );
     2270        maybeAccept_impl( node->parent, *this );
     2271        maybeAccept_impl( node->child, *this );
    22712272
    22722273        VISIT_END( node );
     
    22782279
    22792280        maybeMutate_impl( node->forall, *this );
    2280         maybeMutate_impl( node->types, *this );
     2281        maybeMutate_impl( node->parent, *this );
     2282        maybeMutate_impl( node->child, *this );
    22812283
    22822284        MUTATE_END( Type, node );
Note: See TracChangeset for help on using the changeset viewer.