Ignore:
Timestamp:
May 30, 2019, 4:15:08 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a935892, f474e91
Parents:
d76c588 (diff), d88f8b3b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    rd76c588 r8d70648  
    17891789        VISIT_START( node );
    17901790
    1791         indexerScopedAccept( node->result     , *this );
    1792         maybeAccept_impl   ( node->callExpr   , *this );
    1793         maybeAccept_impl   ( node->tempDecls  , *this );
    1794         maybeAccept_impl   ( node->returnDecls, *this );
    1795         maybeAccept_impl   ( node->dtors      , *this );
     1791        indexerScopedAccept( node->result    , *this );
     1792        maybeAccept_impl   ( node->callExpr  , *this );
    17961793
    17971794        VISIT_END( node );
     
    18021799        MUTATE_START( node );
    18031800
    1804         indexerScopedMutate( node->env        , *this );
    1805         indexerScopedMutate( node->result     , *this );
    1806         maybeMutate_impl   ( node->callExpr   , *this );
    1807         maybeMutate_impl   ( node->tempDecls  , *this );
    1808         maybeMutate_impl   ( node->returnDecls, *this );
    1809         maybeMutate_impl   ( node->dtors      , *this );
     1801        indexerScopedMutate( node->env       , *this );
     1802        indexerScopedMutate( node->result    , *this );
     1803        maybeMutate_impl   ( node->callExpr  , *this );
    18101804
    18111805        MUTATE_END( Expression, node );
Note: See TracChangeset for help on using the changeset viewer.